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

asn1js

Package Overview
Dependencies
Maintainers
1
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 1.2.8 to 1.2.9

15

org/pkijs/common.js

@@ -66,15 +66,2 @@ /*

//**************************************************************************************
var CalculatorMixin = Base => class extends Base
{
calc() { }
};
var RandomizerMixin = Base => class extends Base
{
randomize() { }
};
class Foo { }
class Bar extends CalculatorMixin(RandomizerMixin(Foo)) { }
//**************************************************************************************
// #region Settings for "crypto engine"

@@ -1552,2 +1539,2 @@ //**************************************************************************************

}
)(typeof exports !== "undefined" ? exports : window);
)(typeof exports !== "undefined" ? exports : window);

4

package.json

@@ -1,2 +0,2 @@

{
{
"author": "Yury Strozhevsky <yury@strozhevsky.com>",

@@ -8,3 +8,3 @@ "contributors": [

"description": "ASN1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web",
"version": "1.2.8",
"version": "1.2.9",
"repository": {

@@ -11,0 +11,0 @@ "type": "git",

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