Socket
Socket
Sign inDemoInstall

@peculiar/x509

Package Overview
Dependencies
Maintainers
6
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@peculiar/x509 - npm Package Compare versions

Comparing version 1.12.1 to 1.12.2

2

build/index.d.ts

@@ -1146,3 +1146,3 @@ /*!

*/
declare class CryptoProvider implements Map<string, Crypto> {
declare class CryptoProvider {
static DEFAULT: string;

@@ -1149,0 +1149,0 @@ private items;

{
"name": "@peculiar/x509",
"version": "1.12.1",
"version": "1.12.2",
"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",

@@ -82,7 +82,6 @@ "main": "build/x509.cjs.js",

"@typescript-eslint/parser": "^7.11.0",
"coveralls": "^3.1.1",
"eslint": "8.57.0",
"mocha": "^10.4.0",
"nyc": "^15.1.0",
"rimraf": "^5.0.7",
"mocha": "^10.7.3",
"nyc": "^17.0.0",
"rimraf": "^6.0.1",
"rollup": "^4.18.0",

@@ -93,23 +92,17 @@ "rollup-plugin-dts": "^6.1.1",

"typedoc": "^0.25.13",
"typescript": "^5.4.5"
"typescript": "^5.6.2"
},
"dependencies": {
"@peculiar/asn1-cms": "^2.3.8",
"@peculiar/asn1-csr": "^2.3.8",
"@peculiar/asn1-ecc": "^2.3.8",
"@peculiar/asn1-pkcs9": "^2.3.8",
"@peculiar/asn1-rsa": "^2.3.8",
"@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8",
"@peculiar/asn1-cms": "^2.3.13",
"@peculiar/asn1-csr": "^2.3.13",
"@peculiar/asn1-ecc": "^2.3.14",
"@peculiar/asn1-pkcs9": "^2.3.13",
"@peculiar/asn1-rsa": "^2.3.13",
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/asn1-x509": "^2.3.13",
"pvtsutils": "^1.3.5",
"reflect-metadata": "^0.2.2",
"tslib": "^2.6.2",
"tslib": "^2.7.0",
"tsyringe": "^4.8.0"
},
"resolutions": {
"minimist": "^1.2.6",
"json5": "^2.2.3",
"qs": "^6.11.0",
"terser": "^5.14.2"
}
}

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