Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@expo/pkcs12

Package Overview
Dependencies
Maintainers
23
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@expo/pkcs12 - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

3

build/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc