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.14 to 2.0.15

5

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

@@ -32,5 +32,2 @@ "main": "./build/graphene.js",

},
"bin": {
"graphene": "./build/console/console.js"
},
"dependencies": {

@@ -37,0 +34,0 @@ "@types/node": "^6.0.46",

@@ -44,35 +44,2 @@ # Graphene

## Using the CLI
Install the package
```
$ npm install graphene-pk11 --global
```
Create config file
```
// config.json
{
"lib": "/usr/local/lib/softhsm/libsofthsm2.so",
"libName": "SoftHSMv2.0",
"slot": 0,
"pin": "password"
}
```
Start console application
```
$ graphene
```
Load module from config file
```
$ > module init -p config.json
```
Get list of objects
```
$ > object list -s 0
```
## Using the Package

@@ -79,0 +46,0 @@

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