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

asn1.js

Package Overview
Dependencies
Maintainers
2
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1.js - npm Package Compare versions

Comparing version 4.9.0 to 4.9.1

2

lib/asn1/decoders/der.js

@@ -311,3 +311,3 @@ var inherits = require('inherits');

var num = len & 0x7f;
if (num >= 4)
if (num > 4)
return buf.error('length octect is too long');

@@ -314,0 +314,0 @@

{
"name": "asn1.js",
"version": "4.9.0",
"version": "4.9.1",
"description": "ASN.1 encoder and decoder",

@@ -5,0 +5,0 @@ "main": "lib/asn1.js",

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