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

fluxible-plugin-fetchr

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fluxible-plugin-fetchr - npm Package Compare versions

Comparing version 0.3.11 to 0.3.12

1

lib/fetchr-plugin.js

@@ -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;

11

package.json
{
"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": [],

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