Huge News!Announcing our $40M Series B led by Abstract Ventures.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.11 to 2.0.12

build/console/commands/defs.js

25

package.json
{
"name": "graphene-pk11",
"version": "2.0.11",
"version": "2.0.12",
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript",
"main": "./build/graphene.js",
"scripts": {
"clean": "rm -rf build/ buildjs/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*",
"prepublish": "npm run build",
"postinstall": "npm run build",
"clean": "rm -rf build/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*",
"pretest": "npm run build",
"test": "mocha",
"build": "typings install && tsc",
"pub": "npm version patch && npm publish && git push",
"build": "tsc",
"build:source": "tsc --sourceMap",
"pub": "npm run build && npm test && npm version patch && npm publish && git push",
"sync": "git ac && git pull --rebase && git push",
"coverage": "nyc npm test",
"coverage": "npm run build:source && nyc npm test",
"precoveragehtml": "npm run coverage",

@@ -35,12 +34,12 @@ "coveragehtml": "nyc report -r html",

"dependencies": {
"pkcs11js": "^1.0.0"
"pkcs11js": "latest"
},
"devDependencies": {
"@types/pkcs11js": "^1.0.7",
"live-server": "^1",
"mocha": "^3",
"npm-run-all": "^3",
"nyc": "^8",
"typescript": "^2",
"typings": "^1.3.3",
"watch": "^0"
"watch": "^0",
"typescript": "^2.0.3",
"mocha": "^3.1.2"
},

@@ -63,2 +62,2 @@ "bugs": {

"license": "MIT"
}
}

@@ -131,3 +131,3 @@ var assert = require('assert');

encrypt: true,
private: true,
private: true
});

@@ -134,0 +134,0 @@

@@ -5,3 +5,3 @@ {

"slot": 0,
"pin": "12345"
}
"pin": "password"
}

Sorry, the diff of this file is not supported yet

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