Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

conseiljs-softsigner

Package Overview
Dependencies
Maintainers
2
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

conseiljs-softsigner - npm Package Compare versions

Comparing version 5.0.1-beta.6 to 5.0.2-beta.0

24

package.json
{
"name": "conseiljs-softsigner",
"version": "5.0.1-beta.6",
"version": "5.0.2-beta.0",
"description": "ConseilJS software signer plugin for ConseilJS-core. Supports the ED25519 curve via libsodium for tz1-address operations.",

@@ -12,7 +12,7 @@ "browser": "dist/index.js",

"scripts": {
"test": "mocha \"test/**/*.spec.ts\"",
"integration-test": "mocha -r source-map-support/register -r ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\"",
"test": "mocha --require ts-node/register \"test/**/*.spec.ts\"",
"integration-test": "mocha --require ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\"",
"format": "eslint --fix-dry-run src/*/*.ts",
"coverage": "nyc mocha \"test/**/*.spec.ts\" || nyc report | coveralls",
"integration-coverage": "nyc mocha -r source-map-support/register -r ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\" && nyc report | coveralls",
"integration-coverage": "nyc mocha --require ts-node/register --full-trace -t 600000 -b false \"integration_test/**/*.spec.ts\" && nyc report | coveralls",
"release-check": "npm run test && npm audit && npm outdated",

@@ -69,3 +69,3 @@ "doc": "rm -rf ./tsdoc && typedoc --readme none --excludeNotExported --mode file --theme markdown --out ./tsdoc ./src",

"bip39": "3.0.2",
"conseiljs": "5.0.1-beta.3",
"conseiljs": "5.0.2-beta.0",
"libsodium-wrappers-sumo": "0.7.6"

@@ -89,8 +89,6 @@ },

"eslint-plugin-import": "2.21.2",
"mocha": "8.0.1",
"mocha": "7.2.0",
"nyc": "15.1.0",
"request-promise": "4.2.5",
"source-map-loader": "0.2.4",
"source-map-support": "0.5.18",
"terser-webpack-plugin": "2.3.5",
"terser-webpack-plugin": "3.0.3",
"ts-loader": "7.0.5",

@@ -165,3 +163,11 @@ "ts-node": "8.10.2",

}
},
"mocha": {
"extensions": [
"ts"
],
"full-trace": true,
"timeout": 20000,
"bail": false
}
}
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