Socket
Socket
Sign inDemoInstall

@peculiar/x509

Package Overview
Dependencies
17
Maintainers
6
Versions
46
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.7.1

14

build/types/provider.d.ts

@@ -1,6 +0,18 @@

export declare class CryptoProvider extends Map<string, Crypto> {
export declare type MapForEachCallback = (value: Crypto, key: string, map: Map<string, Crypto>) => void;
export declare class CryptoProvider implements Map<string, Crypto> {
static DEFAULT: string;
private items;
static isCryptoKeyPair(data: any): data is CryptoKeyPair;
static isCryptoKey(data: any): data is CryptoKey;
constructor();
clear(): void;
delete(key: string): boolean;
forEach(callbackfn: MapForEachCallback, thisArg?: any): void;
has(key: string): boolean;
get size(): number;
entries(): IterableIterator<[string, Crypto]>;
keys(): IterableIterator<string>;
values(): IterableIterator<Crypto>;
[Symbol.iterator](): IterableIterator<[string, Crypto]>;
[Symbol.toStringTag]: string;
get(): Crypto;

@@ -7,0 +19,0 @@ get(key: string): Crypto;

30

package.json
{
"name": "@peculiar/x509",
"version": "1.7.0",
"version": "1.7.1",
"description": "@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy",

@@ -69,8 +69,7 @@ "main": "build/x509.cjs.js",

"lcov",
"text-summary",
"html"
"text-summary"
]
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/core": "^7.18.5",
"@babel/preset-env": "^7.18.2",

@@ -82,5 +81,5 @@ "@peculiar/webcrypto": "^1.4.0",

"@types/mocha": "^9.1.1",
"@types/node": "^17.0.41",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"coveralls": "^3.1.1",

@@ -99,9 +98,9 @@ "eslint": "^8.17.0",

"dependencies": {
"@peculiar/asn1-cms": "^2.1.8",
"@peculiar/asn1-csr": "^2.1.8",
"@peculiar/asn1-ecc": "^2.1.8",
"@peculiar/asn1-pkcs9": "^2.1.8",
"@peculiar/asn1-rsa": "^2.1.8",
"@peculiar/asn1-schema": "^2.1.8",
"@peculiar/asn1-x509": "^2.1.3",
"@peculiar/asn1-cms": "^2.1.9",
"@peculiar/asn1-csr": "^2.1.9",
"@peculiar/asn1-ecc": "^2.1.9",
"@peculiar/asn1-pkcs9": "^2.1.9",
"@peculiar/asn1-rsa": "^2.1.9",
"@peculiar/asn1-schema": "^2.1.9",
"@peculiar/asn1-x509": "^2.1.9",
"pvtsutils": "^1.3.2",

@@ -111,3 +110,6 @@ "reflect-metadata": "^0.1.13",

"tsyringe": "^4.7.0"
},
"resolutions": {
"minimist": "^1.2.6"
}
}

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

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc