@dfinity/identity
Advanced tools
Comparing version
{ | ||
"name": "@dfinity/identity", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"author": "DFINITY Stiftung <sdk@dfinity.org>", | ||
@@ -36,41 +36,27 @@ "license": "Apache-2.0", | ||
"module": "./lib/esm/index.js", | ||
"browser": "./lib/esm/index.js", | ||
"unpkg": "./lib/esm/index", | ||
"default": "./lib/esm/index.js", | ||
"types": "./lib/esm/index.d.ts", | ||
"exports": { | ||
"types": "./lib/esm/index.d.ts", | ||
"node": "./lib/cjs/index.js", | ||
"require": "./lib/cjs/index.js", | ||
"import": "./lib/esm/index.js", | ||
"default": "./lib/esm/index.js" | ||
}, | ||
"peerDependencies": { | ||
"@noble/curves": "^1.9.2", | ||
"@noble/hashes": "^1.8.0", | ||
"@dfinity/agent": "3.0.0-beta.2", | ||
"@dfinity/candid": "3.0.0-beta.2", | ||
"@dfinity/principal": "3.0.0-beta.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc -b && tsc -p tsconfig.cjs.json", | ||
"build:watch": "tsc -b --watch", | ||
"bundle": "esbuild --bundle src/index.ts --outfile=dist/index.js --platform=browser", | ||
"size-limit": "size-limit", | ||
"lint": "eslint 'src' 'types' --ext '.js,.jsx,.ts,.tsx'", | ||
"lint:fix": "npm run lint -- --fix", | ||
"make:docs/reference": "typedoc src/index.ts --out ../../docs/identity", | ||
"attw": "attw --pack .", | ||
"test": "jest", | ||
"test:coverage": "jest --collectCoverage" | ||
}, | ||
"peerDependencies": { | ||
"@dfinity/agent": "^3.0.0-beta.1", | ||
"@dfinity/principal": "^3.0.0-beta.1", | ||
"@noble/curves": "^1.9.2", | ||
"@noble/hashes": "^1.8.0" | ||
}, | ||
"devDependencies": { | ||
"@peculiar/webcrypto": "^1.4.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"esbuild": "^0.25.1", | ||
"eslint": "^8.19.0", | ||
"idb-keyval": "^6.2.0", | ||
"jest": "^29.7.0", | ||
"size-limit": "^8.2.6", | ||
"text-encoding": "^0.7.0", | ||
"typedoc": "^0.28.4", | ||
"typescript": "5.8.3", | ||
"whatwg-fetch": "^3.0.0" | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "./dist/index.js", | ||
"limit": "1 mb", | ||
"webpack": false | ||
} | ||
] | ||
} | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
0
-100%0
-100%233364
-31.82%5
25%40
-4.76%