seneca-transport
Advanced tools
Comparing version 2.3.0 to 2.4.0
{ | ||
"name": "seneca-transport", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Seneca transport", | ||
@@ -19,6 +19,9 @@ "main": "transport.js", | ||
"scripts": { | ||
"test": "lab -v -P test -t 70 -I URL,URLSearchParams", | ||
"test": "lab -v -P test -t 70 -I URL,URLSearchParams,BigUint64Array,BigInt64Array,BigInt,SharedArrayBuffer,Atomics", | ||
"coveralls": "lab -s -P test -r lcov -I URL,URLSearchParams | coveralls", | ||
"coverage": "lab -v -P test -t 70 -r html -I URL,URLSearchParams > coverage.html", | ||
"prettier": "prettier --write --no-semi --single-quote *.js lib/*.js test/*.js" | ||
"prettier": "prettier --write --no-semi --single-quote *.js lib/*.js test/*.js", | ||
"clean-npm": "rm -rf node_modules package-lock.json", | ||
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"`; echo TAG: v$REPO_VERSION; git commit -a -m v$REPO_VERSION; git tag v$REPO_VERSION; git push --tags;", | ||
"repo-publish": "npm run repo-tag; npm publish --access public" | ||
}, | ||
@@ -46,6 +49,6 @@ "contributors": [ | ||
"dependencies": { | ||
"eraro": "1.0", | ||
"eraro": "1.1", | ||
"gex": "0.3", | ||
"jsonic": "0.3", | ||
"lodash": "4.17", | ||
"lodash": "4", | ||
"lru-cache": "4.1", | ||
@@ -57,3 +60,3 @@ "ndjson": "1.5", | ||
"reconnect-core": "1.3", | ||
"wreck": "12.5" | ||
"wreck": "12" | ||
}, | ||
@@ -66,4 +69,4 @@ "devDependencies": { | ||
"lab": "14", | ||
"seneca": "github:senecajs/seneca", | ||
"seneca-entity": "github:senecajs/seneca-entity", | ||
"seneca": "plugin", | ||
"seneca-entity": "2.3", | ||
"seneca-transport-test": "0", | ||
@@ -70,0 +73,0 @@ "sinon": "5" |
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
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
70997
+ Addederaro@1.1.0(transitive)
+ Addedwreck@12.6.2(transitive)
- Removederaro@1.0.0(transitive)
- Removedwreck@12.5.1(transitive)
Updatederaro@1.1
Updatedlodash@4
Updatedwreck@12