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 3.0.0 to 3.0.1

26

build/index.d.ts

@@ -448,8 +448,9 @@ /*!

*/
get value(): string;
getValue(): string;
/**
* String value
* @param value String value
* @since 3.0.0
*/
set value(value: string);
setValue(value: string): void;
constructor({ value, ...parameters }: BaseStringBlockParams | undefined, stringValueBlockType: new () => T);

@@ -669,8 +670,9 @@ fromBER(inputBuffer: ArrayBuffer | Uint8Array, inputOffset: number, inputLength: number): number;

*/
get value(): boolean;
getValue(): boolean;
/**
* Sets value
* @param value Boolean value
* @since 3.0.0
*/
set value(value: boolean);
setValue(value: boolean): void;
static NAME: string;

@@ -1040,3 +1042,9 @@ constructor(parameters?: BooleanParams);

*/
get value(): string;
getValue(): string;
/**
* Sets Object Identifier value from string
* @param value String value
* @since 3.0.0
*/
setValue(value: string): void;
constructor(parameters?: ObjectIdentifierParams);

@@ -1118,3 +1126,9 @@ protected onAsciiEncoding(): string;

*/
get value(): string;
getValue(): string;
/**
* Sets Relative Object Identifier value from string
* @param value String value
* @since 3.0.0
*/
setValue(value: string): void;
static NAME: string;

@@ -1121,0 +1135,0 @@ constructor(parameters?: RelativeObjectIdentifierParams);

@@ -75,4 +75,4 @@ {

},
"version": "3.0.0",
"version": "3.0.1",
"license": "BSD-3-Clause"
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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