conseiljs-softsigner
Advanced tools
Comparing version 5.0.1-beta.6 to 5.0.2-beta.0
{ | ||
"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 | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36701
28
1
+ Addedconseiljs@5.0.2-beta.0(transitive)
+ Addedjsonpath-plus@4.0.0(transitive)
- Removedconseiljs@5.0.1-beta.3(transitive)
- Removedjsonpath-plus@3.0.0(transitive)
Updatedconseiljs@5.0.2-beta.0