@expo/pkcs12
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.getCertificateFingerprint = exports.getAsn1Hash = exports.parsePKCS12 = exports.getX509Asn1ByFriendlyName = exports.getX509CertificateByFriendlyName = exports.getX509Certificate = exports.getFormattedSerialNumber = void 0; | ||
const crypto_1 = __importDefault(require("crypto")); | ||
@@ -101,3 +102,3 @@ const node_forge_1 = __importDefault(require("node-forge")); | ||
hashEncoding: 'hex', | ||
inputEncoding: 'latin1', | ||
inputEncoding: 'latin1', // latin1 is an alias for binary | ||
}); | ||
@@ -104,0 +105,0 @@ } |
{ | ||
"name": "@expo/pkcs12", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "PKCS#12 Utilities for Node.js", | ||
"main": "build/index.js", | ||
"scripts": { | ||
"watch": "tsc --watch", | ||
"watch": "tsc --watch --preserveWatchOutput", | ||
"build": "tsc", | ||
@@ -9,0 +9,0 @@ "prepare": "yarn build", |
Sorry, the diff of this file is not supported yet
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
16379
137