Socket
Socket
Sign inDemoInstall

@hashgraph/cryptography

Package Overview
Dependencies
2
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.5 to 1.0.6

lib/BadKeyError.cjs

14

package.json
{
"name": "@hashgraph/cryptography",
"version": "1.0.5",
"version": "1.0.6",
"description": "Cryptographic utilities and primitives for the Hedera™ Hashgraph SDK",
"main": "lib/index.js",
"main": "lib/index.cjs",
"types": "lib/index.d.ts",
"browser": "src/index.js",
"module": "lib/index.js",
"module": "src/index.js",
"exports": {
"import": "./src/index.js",
"require": "./lib/index.cjs"
},
"license": "Apache-2.0",

@@ -32,3 +37,3 @@ "author": "Launchbadge <contact@launchbadge.com>",

"docs": "typedoc --theme minimal --mode modules --excludeNotExported --excludePrivate --excludeProtected --out docs --listInvalidSymbolLinks",
"compile": "babel src -d lib",
"compile": "babel src -d lib --out-file-extension .cjs",
"lint": "run-s lint:*",

@@ -56,2 +61,3 @@ "lint:types": "tsc",

"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-module-rewrite": "^0.2.0",
"chai": "^4.2.0",

@@ -58,0 +64,0 @@ "chromedriver": "^86.0.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc