fluxible-plugin-fetchr
Advanced tools
Comparing version 0.3.11 to 0.3.12
@@ -6,3 +6,2 @@ /** | ||
'use strict'; | ||
var debug = require('debug')('Fluxible:FetchrPlugin'); | ||
var DEFAULT_API_PATH = '/api'; | ||
@@ -9,0 +8,0 @@ var DEFAULT_XHR_TIMEOUT = 3000; |
{ | ||
"name": "fluxible-plugin-fetchr", | ||
"version": "0.3.11", | ||
"version": "0.3.12", | ||
"description": "A plugin for Fluxible applications to provide an isomorphic interface for RESTful services", | ||
@@ -11,14 +11,9 @@ "main": "index.js", | ||
"scripts": { | ||
"test": "../../node_modules/.bin/mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec", | ||
"cover": "../../node_modules/.bin/istanbul cover --dir artifacts -- ../../node_modules/.bin/_mocha tests/unit/ --recursive --compilers js:babel-register --reporter spec", | ||
"test": "../../node_modules/.bin/mocha tests/unit/", | ||
"cover": "BABEL_ENV=test ../../node_modules/.bin/nyc ../../node_modules/.bin/_mocha tests/unit/", | ||
"lint": "../../node_modules/.bin/eslint lib/ tests/ utils/ index.js" | ||
}, | ||
"dependencies": { | ||
"debug": "^2.0.0", | ||
"fetchr": "^0.5.18" | ||
}, | ||
"devDependencies": { | ||
"mockery": "^1.7.0", | ||
"sinon": "^1.17.4" | ||
}, | ||
"author": "Michael Ridgway <mridgway@yahoo-inc.com>", | ||
@@ -25,0 +20,0 @@ "contributors": [], |
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
1
0
16786
194
- Removeddebug@^2.0.0
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)