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

asn1js

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asn1js - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

18

index.d.ts

@@ -33,3 +33,3 @@ /*!

/**
* Aux function, need to get a block name. Need to have it here for inhiritence
* Aux function, need to get a block name. Need to have it here for inheritance
*

@@ -43,3 +43,3 @@ * @static

/**
* Convertion for the block to JSON object
* Conversion for the block to JSON object
*

@@ -82,3 +82,3 @@ * @returns

/**
* Convertion for the block to JSON object
* Conversion for the block to JSON object
* @returns

@@ -94,3 +94,3 @@ */

/**
* Aux function, need to get a block name. Need to have it here for inhiritence
* Aux function, need to get a block name. Need to have it here for inheritance
*

@@ -124,3 +124,3 @@ * @static

/**
* Convertion for the block to JSON object
* Conversion for the block to JSON object
* @returns

@@ -301,3 +301,3 @@ */

/**
* Checking that two OCTETSTRINGs are equal
* Checking that two OCTET STRINGs are equal
* @param octetString

@@ -331,3 +331,3 @@ */

/**
* Checking that two BITSTRINGs are equal
* Checking that two BIT STRINGs are equal
* @param bitString

@@ -707,3 +707,3 @@ */

/**
* Major function for decoding ASN.1 BER array into internal library structuries
* Major function for decoding ASN.1 BER array into internal library structures
*

@@ -719,3 +719,3 @@ * @param inputBuffer ASN.1 BER encoded array of bytes

*/
declare function fromJSON(json: string | object);
declare function fromJSON(json: string | object): any;

@@ -722,0 +722,0 @@ /**

@@ -73,4 +73,4 @@ {

},
"version": "2.3.1",
"version": "2.3.2",
"license": "BSD-3-Clause"
}
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