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.9.0 to 1.9.1

build/index.d.ts

9

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

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

"unpkg": "build/x509.js",
"types": "build/types/index.d.ts",
"types": "build/index.d.ts",
"scripts": {

@@ -15,6 +15,4 @@ "test": "mocha",

"lint:fix": "eslint --fix . --ext .ts",
"build": "npm run build:module && npm run build:types",
"build": "npm run build:module",
"build:module": "rollup -c",
"prebuild:types": "rimraf build/types",
"build:types": "tsc -p tsconfig.json --outDir build/types --declaration --emitDeclarationOnly",
"rebuild": "npm run clear && npm run build",

@@ -91,2 +89,3 @@ "coverage": "nyc npm test",

"rollup": "^3.2.5",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-terser": "^7.0.2",

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

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