Socket
Socket
Sign inDemoInstall

@peculiar/x509

Package Overview
Dependencies
17
Maintainers
6
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.8.3 to 1.8.4

50

package.json
{
"name": "@peculiar/x509",
"version": "1.8.3",
"version": "1.8.4",
"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",

@@ -73,35 +73,35 @@ "main": "build/x509.cjs.js",

"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@peculiar/webcrypto": "^1.4.0",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@peculiar/webcrypto": "^1.4.1",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-commonjs": "^23.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@types/mocha": "^10.0.0",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"coveralls": "^3.1.1",
"eslint": "^8.20.0",
"mocha": "^10.0.0",
"eslint": "^8.27.0",
"mocha": "^10.1.0",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.77.0",
"rollup": "^3.2.5",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.32.1",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"typedoc": "^0.23.8",
"typescript": "^4.7.4"
"typedoc": "^0.23.20",
"typescript": "^4.8.4"
},
"dependencies": {
"@peculiar/asn1-cms": "^2.2.0",
"@peculiar/asn1-csr": "^2.2.0",
"@peculiar/asn1-ecc": "^2.2.0",
"@peculiar/asn1-pkcs9": "^2.2.0",
"@peculiar/asn1-rsa": "^2.2.0",
"@peculiar/asn1-schema": "^2.2.0",
"@peculiar/asn1-x509": "^2.2.0",
"@peculiar/asn1-cms": "^2.3.4",
"@peculiar/asn1-csr": "^2.3.4",
"@peculiar/asn1-ecc": "^2.3.4",
"@peculiar/asn1-pkcs9": "^2.3.4",
"@peculiar/asn1-rsa": "^2.3.4",
"@peculiar/asn1-schema": "^2.3.3",
"@peculiar/asn1-x509": "^2.3.4",
"pvtsutils": "^1.3.2",
"reflect-metadata": "^0.1.13",
"tslib": "^2.4.0",
"tslib": "^2.4.1",
"tsyringe": "^4.7.0"

@@ -108,0 +108,0 @@ },

@@ -120,3 +120,3 @@ # @peculiar/x509

console.log(cert.toString("base64")); // Certificate request in Base64 format
console.log(csr.toString("base64")); // Certificate request in Base64 format
```

@@ -123,0 +123,0 @@

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