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

fluxible-plugin-fetchr

Package Overview
Dependencies
Maintainers
4
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.2.3 to 0.2.4

8

lib/fetchr-plugin.js

@@ -9,2 +9,3 @@ /**

var Fetchr = require('fetchr');
var defaultConstructGetUri = require('fetchr/libs/util/defaultConstructGetUri');

@@ -92,3 +93,8 @@ /**

update: crudProxy(service, 'update', serviceMeta),
'delete': crudProxy(service, 'delete', serviceMeta)
'delete': crudProxy(service, 'delete', serviceMeta),
constructGetXhrUri: function constructGetXhrUri(resource, params, config) {
config = config || {};
var getUriFn = config.constructGetUri || defaultConstructGetUri;
return getUriFn.call(service, xhrPath, resource, params, config, xhrContext);
}
};

@@ -95,0 +101,0 @@ actionContext.getServiceMeta = function getServiceMeta() {

4

package.json
{
"name": "fluxible-plugin-fetchr",
"version": "0.2.3",
"version": "0.2.4",
"description": "A plugin for Fluxible applications to provide an isomorphic interface for RESTful services",

@@ -17,3 +17,3 @@ "main": "index.js",

"debug": "^2.0.0",
"fetchr": "^0.4.0"
"fetchr": "^0.4.14"
},

@@ -20,0 +20,0 @@ "devDependencies": {

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