graphene-pk11
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "graphene-pk11", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript", | ||
@@ -25,14 +25,14 @@ "main": "./build/index.js", | ||
"dependencies": { | ||
"@types/mocha": "^5.2.5", | ||
"int64-buffer": "^0.99.1007", | ||
"pkcs11js": "^1.0.17", | ||
"tslib": "^1.9.3" | ||
"pkcs11js": "^1.0.18", | ||
"tslib": "^1.10.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^10.12.9", | ||
"coveralls": "^3.0.2", | ||
"mocha": "^5.2.0", | ||
"nyc": "^13.1.0", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.1.6" | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^10.14.15", | ||
"coveralls": "^3.0.6", | ||
"mocha": "^6.2.0", | ||
"nyc": "^14.1.1", | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "bugs": { |
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
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
249529
3
7
- Removed@types/mocha@^5.2.5
- Removed@types/mocha@5.2.7(transitive)
Updatedpkcs11js@^1.0.18
Updatedtslib@^1.10.0