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

@peculiar/asn1-ecc

Package Overview
Dependencies
Maintainers
6
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/asn1-ecc - npm Package Compare versions

Comparing version 2.0.8 to 2.0.11

1

build/cjs/ec_parameters.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECParameters = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECPrivateKey = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.ECDSASigValue = void 0;
const tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ const asn1_schema_1 = require("@peculiar/asn1-schema");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.id_sect571r1 = exports.id_sect571k1 = exports.id_secp521r1 = exports.id_sect409r1 = exports.id_sect409k1 = exports.id_secp384r1 = exports.id_sect283r1 = exports.id_sect283k1 = exports.id_secp256r1 = exports.id_sect233r1 = exports.id_sect233k1 = exports.id_secp224r1 = exports.id_sect163r2 = exports.id_sect163k1 = exports.id_secp192r1 = exports.id_ecdsaWithSHA512 = exports.id_ecdsaWithSHA384 = exports.id_ecdsaWithSHA256 = exports.id_ecdsaWithSHA224 = exports.id_ecdsaWithSHA1 = exports.id_ecMQV = exports.id_ecDH = exports.id_ecPublicKey = void 0;
exports.id_ecPublicKey = "1.2.840.10045.2.1";

@@ -4,0 +5,0 @@ exports.id_ecDH = "1.3.132.1.12";

6

package.json
{
"name": "@peculiar/asn1-ecc",
"version": "2.0.8",
"version": "2.0.11",
"description": "ASN.1 schema of `Elliptic Curve Private Key Structure` (RFC5915)",

@@ -37,7 +37,7 @@ "files": [

"dependencies": {
"@peculiar/asn1-schema": "^2.0.8",
"@peculiar/asn1-schema": "^2.0.11",
"asn1js": "^2.0.26",
"tslib": "^1.11.1"
},
"gitHead": "815a43cf40c6074a58cc53d4ebde59b3ae67ffb9"
"gitHead": "bf81224663c06f0976bf0370275003f33f67c108"
}
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