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.10.1 to 1.11.0

2

build/index.d.ts

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

toAsnAlgorithm(alg: EcKeyGenParams): AlgorithmIdentifier | null;
toWebAlgorithm(alg: AlgorithmIdentifier): HashedAlgorithm | EcKeyGenParams | null;
toWebAlgorithm(alg: AlgorithmIdentifier): HashedAlgorithm | EcKeyGenParams | Algorithm | null;
}

@@ -1006,0 +1006,0 @@

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

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

"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@peculiar/webcrypto": "^1.4.6",
"@babel/core": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@peculiar/webcrypto": "^1.5.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",

@@ -81,4 +81,4 @@ "@rollup/plugin-terser": "^0.4.4",

"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"coveralls": "^3.1.1",

@@ -89,3 +89,3 @@ "eslint": "8.57.0",

"rimraf": "^5.0.7",
"rollup": "^4.17.2",
"rollup": "^4.18.0",
"rollup-plugin-dts": "^6.1.1",

@@ -92,0 +92,0 @@ "rollup-plugin-typescript2": "^0.36.0",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc