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.3.0 to 2.4.0

19

package.json
{
"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"

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