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.0.6 to 1.0.7

44

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

@@ -86,4 +86,4 @@ "main": "build/x509.cjs.js",

"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/core": "^7.12.8",
"@babel/preset-env": "^7.12.7",
"@peculiar/webcrypto": "^1.1.3",

@@ -93,30 +93,30 @@ "@rollup/plugin-babel": "^5.2.1",

"@rollup/plugin-node-resolve": "^9.0.0",
"@types/mocha": "^8.0.3",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@types/mocha": "^8.0.4",
"@types/node": "^14.14.9",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"coveralls": "^3.1.0",
"eslint": "^7.10.0",
"mocha": "^8.1.3",
"eslint": "^7.14.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"rollup": "^2.28.2",
"rollup": "^2.33.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.27.2",
"rollup-plugin-typescript2": "^0.27.3",
"ts-node": "^9.0.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.3"
"typescript": "^4.1.2"
},
"dependencies": {
"@peculiar/asn1-cms": "^2.0.22",
"@peculiar/asn1-csr": "^2.0.22",
"@peculiar/asn1-ecc": "^2.0.17",
"@peculiar/asn1-pkcs9": "^2.0.22",
"@peculiar/asn1-rsa": "^2.0.22",
"@peculiar/asn1-schema": "^2.0.17",
"@peculiar/asn1-x509": "^2.0.22",
"pvtsutils": "^1.0.13",
"@peculiar/asn1-cms": "^2.0.26",
"@peculiar/asn1-csr": "^2.0.26",
"@peculiar/asn1-ecc": "^2.0.26",
"@peculiar/asn1-pkcs9": "^2.0.26",
"@peculiar/asn1-rsa": "^2.0.26",
"@peculiar/asn1-schema": "^2.0.26",
"@peculiar/asn1-x509": "^2.0.26",
"pvtsutils": "^1.1.1",
"reflect-metadata": "^0.1.13",
"tslib": "^2.0.1",
"tsyringe": "^4.3.0"
"tslib": "^2.0.3",
"tsyringe": "^4.4.0"
},

@@ -123,0 +123,0 @@ "eslintConfig": {

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