Socket
Socket
Sign inDemoInstall

ispapi-apiconnector

Package Overview
Dependencies
0
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.11 to 4.0.12

client.spec.js

9

HISTORY.md

@@ -0,1 +1,10 @@

4.0.12 / 2017-04-03
===================
* review automated test process
* introduce nyc (state of the art istanbul command line interface)
* introduce cross-env (cross platform environment usage)
* move tests from their subdir to their source file path
* add usage of mocha.opts
* command line review of npm test scripts
4.0.11 / 2017-03-20

@@ -2,0 +11,0 @@ ===================

22

package.json
{
"name": "ispapi-apiconnector",
"description": "1API API Connector for node.js",
"version": "4.0.11",
"version": "4.0.12",
"author": {

@@ -37,14 +37,24 @@ "name": "Kai Schwarz",

],
"nyc": {
"reporter": [
"html",
"text"
],
"exclude": [
"**/*.spec.js"
]
},
"scripts": {
"test": "npm run test-unit --silent",
"test-unit": "NODE_ENV=development ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --bail --use_strict --inline-diffs --require co-mocha $(find ./test -name '*.spec.js' -not -path './node_modules/*')"
"test": "npm run test-NODE --silent",
"test-NODE": "cross-env NODE_ENV=development nyc ./node_modules/.bin/_mocha --opts mocha.opts $(find . -type f -name '*.spec.js' ! -path './nyc_output/*' ! -path './coverage/*' ! -path './node_modules/*')"
},
"devDependencies": {
"chai": "3.5.0",
"co-mocha": "1.2.0",
"cross-env": "4.0.0",
"istanbul": "0.4.5",
"mocha": "3.2.0",
"istanbul": "0.4.5",
"nock": "9.0.4"
"nock": "9.0.11",
"nyc": "10.2.0"
},
"dependencies": {}
}

Sorry, the diff of this file is not supported yet

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