New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graphene-pk11

Package Overview
Dependencies
Maintainers
2
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphene-pk11 - npm Package Compare versions

Comparing version 2.0.27 to 2.0.28

13

package.json
{
"name": "graphene-pk11",
"version": "2.0.27",
"version": "2.0.28",
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript",

@@ -20,6 +20,3 @@ "main": "./build/graphene.js",

"coveragehtml": "nyc report -r html",
"watch": "watch 'npm run coveragehtml' lib/ src/ test/",
"live": "live-server -q --port=4005 --ignorePattern='(js|css|png)$' coverage",
"predev": "if [ ! -f coverage/index.html ]; then mkdir coverage; cp .waiting.html coverage/index.html; fi",
"dev": "npm-run-all -p --silent watch live",
"coveralls": "nyc report --reporter=text-lcov | coveralls"

@@ -35,3 +32,2 @@ },

"dependencies": {
"@types/node": "^6",
"pkcs11js": "^1.0.9",

@@ -41,8 +37,7 @@ "tslib": "^1.7.1"

"devDependencies": {
"live-server": "^1",
"@types/node": "^8",
"mocha": "^3",
"npm-run-all": "^4.0.2",
"coveralls": "^2.13.1",
"nyc": "^11.0.3",
"typescript": "^2",
"watch": "^0"
"typescript": "^2"
},

@@ -49,0 +44,0 @@ "bugs": {

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