graphene-pk11
Advanced tools
Comparing version 2.0.11 to 2.0.12
{ | ||
"name": "graphene-pk11", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript", | ||
"main": "./build/graphene.js", | ||
"scripts": { | ||
"clean": "rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*", | ||
"prepublish": "npm run build", | ||
"postinstall": "npm run build", | ||
"clean": "rm -rf build/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"build": "typings install && tsc", | ||
"pub": "npm version patch && npm publish && git push", | ||
"build": "tsc", | ||
"build:source": "tsc --sourceMap", | ||
"pub": "npm run build && npm test && npm version patch && npm publish && git push", | ||
"sync": "git ac && git pull --rebase && git push", | ||
"coverage": "nyc npm test", | ||
"coverage": "npm run build:source && nyc npm test", | ||
"precoveragehtml": "npm run coverage", | ||
@@ -35,12 +34,12 @@ "coveragehtml": "nyc report -r html", | ||
"dependencies": { | ||
"pkcs11js": "^1.0.0" | ||
"pkcs11js": "latest" | ||
}, | ||
"devDependencies": { | ||
"@types/pkcs11js": "^1.0.7", | ||
"live-server": "^1", | ||
"mocha": "^3", | ||
"npm-run-all": "^3", | ||
"nyc": "^8", | ||
"typescript": "^2", | ||
"typings": "^1.3.3", | ||
"watch": "^0" | ||
"watch": "^0", | ||
"typescript": "^2.0.3", | ||
"mocha": "^3.1.2" | ||
}, | ||
@@ -63,2 +62,2 @@ "bugs": { | ||
"license": "MIT" | ||
} | ||
} |
@@ -131,3 +131,3 @@ var assert = require('assert'); | ||
encrypt: true, | ||
private: true, | ||
private: true | ||
}); | ||
@@ -134,0 +134,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"slot": 0, | ||
"pin": "12345" | ||
} | ||
"pin": "password" | ||
} |
Sorry, the diff of this file is not supported yet
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
306954
0
1
86
5577
3
+ Addedpkcs11js@2.1.6(transitive)
- Removednan@2.22.0(transitive)
- Removedpkcs11js@1.3.1(transitive)
Updatedpkcs11js@latest