Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jwk-to-pem

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jwk-to-pem - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

20

package.json
{
"name": "jwk-to-pem",
"version": "2.0.1",
"version": "2.0.2",
"description": "Convert a JSON Web Key to a PEM",

@@ -14,4 +14,4 @@ "main": "src/jwk-to-pem.js",

"pretest": "npm run check-style",
"test": "istanbul cover --root src _mocha -- spec",
"report-cov": "cat ./coverage/lcov.info | coveralls"
"test": "nyc --all --include src -- mocha spec",
"report-cov": "nyc report --reporter=text-lcov | coveralls"
},

@@ -36,14 +36,14 @@ "repository": {

"asn1.js": "^4.5.2",
"elliptic": "^6.2.3",
"elliptic": "^6.5.2",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.15",
"eslint": "^2.13.1",
"eslint-config-brightspace": "^0.2.4",
"istanbul": "^0.4.5",
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"eslint": "^6.0.1",
"eslint-config-brightspace": "^0.6.4",
"jwa": "^1.1.4",
"mocha": "^3.1.2"
"mocha": "^6.2.0",
"nyc": "^14.1.1"
}
}
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