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

pkijs

Package Overview
Dependencies
Maintainers
2
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pkijs - npm Package Compare versions

Comparing version 2.1.41 to 2.1.42

2

build/ECPrivateKey.js

@@ -232,3 +232,3 @@ "use strict";

var convertBufferView = new Uint8Array(convertBuffer);
view.set(1, convertBufferView);
view.set(convertBufferView, 1);

@@ -235,0 +235,0 @@ this.privateKey = new asn1js.OctetString({ valueHex: buffer });

@@ -84,4 +84,4 @@ {

"name": "pkijs",
"version": "2.1.41",
"version": "2.1.42",
"license": "MIT"
}

@@ -316,3 +316,3 @@ import * as asn1js from "asn1js";

const convertBufferView = new Uint8Array(convertBuffer);
view.set(1, convertBufferView);
view.set(convertBufferView, 1);

@@ -319,0 +319,0 @@ this.privateKey = new asn1js.OctetString({ valueHex: buffer });

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