Socket
Socket
Sign inDemoInstall

testee-client

Package Overview
Dependencies
41
Maintainers
5
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.5 to 0.5.6

8

build.js

@@ -10,9 +10,13 @@ const path = require('path');

'+standalone': {
dest: path.join(__dirname, 'dist', 'testee.js')
dest: path.join(__dirname, 'dist', 'testee.js'),
addProcessShim: false,
noProcessShim: true
},
'+standalone min': {
dest: path.join(__dirname, 'dist', 'testee.min.js'),
minify: true
minify: true,
addProcessShim: false,
noProcessShim: true
}
}
}).catch(e => console.log(e));
{
"name": "testee-client",
"version": "0.5.5",
"version": "0.5.6",
"description": "Testee testing framework client adapters",

@@ -36,2 +36,5 @@ "main": "src/index",

}
},
"map": {
"util.inspect": "node_modules/object-inspect/util.inspect"
}

@@ -47,3 +50,3 @@ },

"feathers-rest": "^1.5.0",
"superagent": "^3.0.0"
"superagent": "^5.3.1"
},

@@ -67,5 +70,5 @@ "devDependencies": {

"socket.io-client": "^1.7.2",
"steal": "^1.0.0-rc.3",
"steal-tools": "^1.0.0-rc.1"
"steal": "^2.2.4",
"steal-tools": "^2.2.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc