File tree Expand file tree Collapse file tree 9 files changed +25
-4
lines changed
.build-checkpoints/yoga-layout Expand file tree Collapse file tree 9 files changed +25
-4
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "created" : " 2025-10-26T14:51:28.974Z" ,
3+ "name" : " built" ,
4+ "package" : " yoga-layout"
5+ }
Original file line number Diff line number Diff line change 11{
2- "created" : " 2025-10-26T14:49:57.246Z " ,
2+ "created" : " 2025-10-26T14:51:10.000Z " ,
33 "name" : " cloned" ,
44 "package" : " yoga-layout"
55}
Original file line number Diff line number Diff line change 1+ {
2+ "created" : " 2025-10-26T14:51:18.799Z" ,
3+ "name" : " configured" ,
4+ "package" : " yoga-layout"
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "created" : " 2025-10-26T14:51:28.975Z" ,
3+ "name" : " optimized" ,
4+ "package" : " yoga-layout"
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "created" : " 2025-10-26T14:51:28.975Z" ,
3+ "name" : " verified" ,
4+ "package" : " yoga-layout"
5+ }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import { PackageURL } from '@socketregistry/packageurl-js'
2727import { isObjectObject } from '@socketsecurity/lib/objects'
2828
2929import type { SocketArtifact } from '../alert/artifact.mjs'
30- import type { PURL_Type } from '../ecosystem/ecosystem .mjs'
30+ import type { PURL_Type } from '../ecosystem/types .mjs'
3131
3232export type PurlObject < T > = T & { type : PURL_Type }
3333
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ import type {
4747 CompactSocketArtifactAlert ,
4848 CveProps ,
4949} from '../alert/artifact.mts'
50- import type { PURL_Type } from '../ecosystem/ecosystem .mjs'
50+ import type { PURL_Type } from '../ecosystem/types .mjs'
5151import type { SocketYml } from '@socketsecurity/config'
5252import type { Spinner } from '@socketsecurity/lib/spinner'
5353
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import { SOCKET_WEBSITE_URL } from '../../constants/socket.mjs'
2222import { getPurlObject } from '../purl/parse.mts'
2323
2424import type { SocketArtifact } from '../alert/artifact.mts'
25- import type { PURL_Type } from '../ecosystem/ecosystem .mjs'
25+ import type { PURL_Type } from '../ecosystem/types .mjs'
2626import type { PackageURL } from '@socketregistry/packageurl-js'
2727
2828export function getPkgFullNameFromPurl (
Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ async function configure() {
126126 '-ffunction-sections' , // Separate functions for better dead code elimination.
127127 '-fdata-sections' , // Separate data sections.
128128 '-ffast-math' , // Fast math optimizations (performance).
129+ '-fno-finite-math-only' , // Re-enable infinity checks (Yoga needs this).
129130 ] . join ( ' ' )
130131
131132 const linkerFlags = [
You can’t perform that action at this time.
0 commit comments