Socket
Socket
Sign inDemoInstall

@capsizecss/unpack

Package Overview
Dependencies
Maintainers
2
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capsizecss/unpack - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

dist/index.cjs

64

package.json
{
"name": "@capsizecss/unpack",
"version": "1.0.0",
"version": "2.0.0",
"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,3 +16,29 @@ "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": {

@@ -48,5 +51,14 @@ "blob-to-buffer": "^1.2.8",

"@types/blob-to-buffer": "^1.2.0",
"@types/fontkit": "^2.0.1"
"@types/fontkit": "^2.0.1",
"@types/node": "^20.11.13",
"fast-xml-parser": "^4.3.2",
"sort-keys": "^5.0.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"scripts": {}
"scripts": {
"build": "crackle package",
"dev": "crackle dev --shim=none",
"generate": "tsx scripts/generate-weightings"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc