fluxible-plugin-fetchr
Advanced tools
Comparing version 0.2.3 to 0.2.4
@@ -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() { |
{ | ||
"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": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
15408
187
1
Updatedfetchr@^0.4.14