New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 0.3.5

6

lib/fetchr-plugin.js

@@ -110,2 +110,8 @@ /**

return getUriFn.call(service, uri, resource, params, config, xhrContext);
},
updateOptions: function (options) {
xhrPath = options.xhrPath ? options.xhrPath : xhrPath;
xhrTimeout = options.xhrTimeout ? options.xhrTimeout : xhrTimeout;
corsPath = options.corsPath ? options.corsPath : corsPath;
service.updateOptions && service.updateOptions(options);
}

@@ -112,0 +118,0 @@ };

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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