graphene-pk11
Advanced tools
Comparing version 2.1.6 to 2.1.7
@@ -103,3 +103,11 @@ "use strict"; | ||
} | ||
tryGetItem(index) { | ||
try { | ||
return this.items(index); | ||
} | ||
catch (_a) { | ||
return null; | ||
} | ||
} | ||
} | ||
exports.MechanismCollection = MechanismCollection; |
{ | ||
"name": "graphene-pk11", | ||
"version": "2.1.6", | ||
"version": "2.1.7", | ||
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./build/index.js", |
Sorry, the diff of this file is too big to display
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
250891
4980