Socket
Socket
Sign inDemoInstall

@peculiar/asn1-schema

Package Overview
Dependencies
Maintainers
6
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-schema - npm Package Compare versions

Comparing version 2.0.5 to 2.0.7-alpha.1

2

build/cjs/types/octet_string.js

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

}
return new OctetString(asn.valueBlock.valueHex);
return new this.constructor(asn.valueBlock.valueHex);
}

@@ -34,0 +34,0 @@ toASN() {

@@ -29,3 +29,3 @@ import { OctetString as AsnOctetString } from "asn1js";

}
return new OctetString(asn.valueBlock.valueHex);
return new this.constructor(asn.valueBlock.valueHex);
}

@@ -32,0 +32,0 @@ toASN() {

{
"name": "@peculiar/asn1-schema",
"version": "2.0.5",
"version": "2.0.7-alpha.1",
"description": "Decorators for ASN.1 schemas building",

@@ -56,3 +56,3 @@ "files": [

],
"gitHead": "00de1ce28c79dd2ef17ad160d7ad852dbd1abb48"
"gitHead": "690bf7518f4d4f5f066eca86c8006bf0e0df65cc"
}
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