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

seneca-transport

Package Overview
Dependencies
Maintainers
3
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seneca-transport - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

58

package.json
{
"name": "seneca-transport",
"version": "2.1.1",
"version": "2.2.0",
"description": "Seneca transport",

@@ -19,8 +19,6 @@ "main": "transport.js",

"scripts": {
"test": "lab -v -L -P test -t 81 -m 5000 -I WebAssembly",
"test-report": "lab -v -L -P test -t 81 -m 5000 -r html -I WebAssembly > test/report.html; open test/report.html",
"bench": "node bench",
"coveralls": "lab -s -P test -r lcov -I WebAssembly | coveralls",
"coverage": "lab -v -P test -L -t 81 -r html -I WebAssembly > docs/coverage.html",
"annotate": "docco transport.js -o docs/annotated; open docs/annotated/transport.html"
"test": "lab -v -P test -t 70 -I URL,URLSearchParams",
"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"
},

@@ -48,29 +46,24 @@ "contributors": [

"dependencies": {
"eraro": "0.4.1",
"gex": "0.2.2",
"jsonic": "0.2.2",
"lodash": "4.15.0",
"lru-cache": "4.0.1",
"ndjson": "1.4.3",
"nid": "0.3.2",
"patrun": "0.5.0",
"qs": "6.2.1",
"reconnect-core": "1.3.0",
"wreck": "9.0.0"
"eraro": "1.0",
"gex": "0.3",
"jsonic": "0.3",
"lodash": "4.17",
"lru-cache": "4.1",
"ndjson": "1.5",
"nid": "0.3",
"patrun": "1.0",
"qs": "6.5",
"reconnect-core": "1.3",
"wreck": "12.5"
},
"devDependencies": {
"async": "2.0.x",
"bench": "0.3.x",
"code": "3.0.x",
"coveralls": "2.11.x",
"docco": "0.7.x",
"eslint-config-seneca": "3.x.x",
"eslint-plugin-hapi": "4.x.x",
"eslint-plugin-standard": "2.x.x",
"lab": "11.0.x",
"pre-commit": "1.1.x",
"async": "2",
"bench": "0",
"code": "4",
"coveralls": "3",
"lab": "14",
"seneca": "plugin",
"seneca-entity": "1.3.x",
"seneca-transport-test": "0.2.0",
"sinon": "1.17.x"
"seneca-entity": "2",
"seneca-transport-test": "0",
"sinon": "5"
},

@@ -83,6 +76,3 @@ "files": [

"lib"
],
"pre-commit": [
"test"
]
}
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