@capsizecss/unpack
Advanced tools
Comparing version 0.0.0-add-language-support-v2-20231129052138 to 0.0.0-crackle-20240208001447
{ | ||
"name": "@capsizecss/unpack", | ||
"version": "0.0.0-add-language-support-v2-20231129052138", | ||
"version": "0.0.0-crackle-20240208001447", | ||
"description": "Unpack capsize font metrics from fonts", | ||
"main": "dist/capsizecss-unpack.cjs.js", | ||
"module": "dist/capsizecss-unpack.esm.js", | ||
"browser": { | ||
"./dist/capsizecss-unpack.cjs.js": "./dist/capsizecss-unpack.browser.cjs.js", | ||
"./dist/capsizecss-unpack.esm.js": "./dist/capsizecss-unpack.browser.esm.js" | ||
}, | ||
"preconstruct": { | ||
"entrypoints": [ | ||
"index.ts" | ||
] | ||
}, | ||
"files": [ | ||
"/dist" | ||
], | ||
"author": { | ||
"name": "Michael Taranto", | ||
"homepage": "https://github.com/michaeltaranto" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seek-oss/capsize.git", | ||
"directory": "packages/unpack" | ||
}, | ||
"keywords": [ | ||
@@ -39,19 +16,42 @@ "capsize", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/seek-oss/capsize.git", | ||
"directory": "packages/unpack" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
"name": "Michael Taranto", | ||
"homepage": "https://github.com/michaeltaranto" | ||
}, | ||
"exports": { | ||
".": { | ||
"types": { | ||
"import": "./dist/index.d.mts", | ||
"require": "./dist/index.d.ts" | ||
}, | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./package.json": "./package.json" | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"dependencies": { | ||
"blob-to-buffer": "^1.2.8", | ||
"cross-fetch": "^3.0.4", | ||
"fontkit": "^2.0.2", | ||
"sort-keys": "^5.0.0" | ||
"fontkit": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/blob-to-buffer": "^1.2.0", | ||
"@types/fontkit": "^2.0.1", | ||
"@types/node": "^16.18.2", | ||
"tsx": "^4.1.2", | ||
"typescript": "^4.8.4" | ||
"@types/fontkit": "^2.0.1" | ||
}, | ||
"scripts": { | ||
"build": "tsx scripts/build-weightings" | ||
"build": "crackle package", | ||
"dev": "crackle dev --shim=none" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
3
2
0
3
11560
7
235
- Removedsort-keys@^5.0.0
- Removedis-plain-obj@4.1.0(transitive)
- Removedsort-keys@5.1.0(transitive)