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.58 to 2.1.59

2

build/SignedCertificateTimestampList.js

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

const baseArray = (0, _pvutils.utilToBase)(this.timestamp.valueOf(), 8);
timeView.set(baseArray, 8 - baseArray.byteLength);
timeView.set(new Uint8Array(baseArray), 8 - baseArray.byteLength);

@@ -341,0 +341,0 @@ stream.appendView(timeView);

@@ -101,4 +101,4 @@ {

"name": "pkijs",
"version": "2.1.58",
"version": "2.1.59",
"license": "MIT"
}

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

const baseArray = utilToBase(this.timestamp.valueOf(), 8);
timeView.set(baseArray, 8 - baseArray.byteLength);
timeView.set(new Uint8Array(baseArray), 8 - baseArray.byteLength);

@@ -224,0 +224,0 @@ stream.appendView(timeView);

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