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.1.8 to 2.1.9

build/cjs/core.js

0

capabilities/SafenetLuna7.md

@@ -0,0 +0,0 @@ **[SafeNet Luna 7](http://www.safenet-inc.com/data-encryption/hardware-security-modules-hsms/luna-hsms-key-management/luna-G5-usb-attached-hsm/) PKCS #11 DEVICE CAPABILITIES**

@@ -0,0 +0,0 @@ **SoftHSM2 PKCS#11 DEVICE CAPABILITIES**

@@ -0,0 +0,0 @@ **Thales nShield PKCS#11 DEVICE CAPABILITIES**

@@ -0,0 +0,0 @@ **Thales nShield PCI 500 F3 PKCS#11 DEVICE CAPABILITIES**

@@ -0,0 +0,0 @@ **Thales nShield Solo+ PKCS#11 DEVICE CAPABILITIES**

@@ -0,0 +0,0 @@ ## Device Capabilities

@@ -0,0 +0,0 @@ The MIT License (MIT)

18

package.json
{
"name": "graphene-pk11",
"version": "2.1.8",
"version": "2.1.9",
"description": "A simple layer for interacting with PKCS #11 / PKCS11 / CryptoKI for Node in TypeScript",
"main": "./build/index.js",
"main": "./build/cjs/index.js",
"module": "./build/es2015/index.js",
"types": "index.d.ts",
"scripts": {
"clean": "rm -rf build/ coverage/ .nyc_output/ npm-debug.log npm-debug.log.*",
"test": "mocha",
"build": "tsc",
"clean": "rimraf build",
"build": "npm run build:module",
"build:module": "npm run build:cjs && npm run build:es2015",
"build:cjs": "tsc -p tsconfig.json --removeComments --module commonjs --outDir build/cjs",
"build:es2015": "tsc -p tsconfig.json --removeComments --module ES2015 --outDir build/es2015",
"rebuild": "npm run clean && npm run build",
"prepare": "npm run build",
"pub": "npm run build && npm version patch && npm publish && git push",
"pub": "npm run rebuild && npm version patch && npm publish && git push && git push --tags",
"sync": "git ac && git pull --rebase && git push",

@@ -31,6 +36,7 @@ "coverage": "nyc npm test",

"@types/mocha": "^8.0.0",
"@types/node": "^12.12.50",
"@types/node": "^12.12.53",
"coveralls": "^3.1.0",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",

@@ -37,0 +43,0 @@ "typescript": "^3.9.7"

@@ -0,0 +0,0 @@ # Graphene

@@ -0,0 +0,0 @@ # Scenarios

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

Sorry, the diff of this file is too big to display

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