New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

delux-fetch

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delux-fetch - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

.npmignore

6

index.js

@@ -12,4 +12,8 @@ module.exports = function (action) {

return fetch(url, settings)
.then(response => Object.assign(action.payload, {response}));
.then(response => Object.assign(action.payload, {response}))
.catch(error => Object.assign(action, {
payload: error,
error: true
}));
}
};

8

package.json
{
"name": "delux-fetch",
"version": "v1.0.0",
"version": "v1.1.0",
"description": "Fetch middleware for Delux",

@@ -28,3 +28,7 @@ "main": "index.js",

},
"homepage": "https://github.com/aniddan/delux-fetch"
"homepage": "https://github.com/aniddan/delux-fetch",
"devDependencies": {
"isomorphic-fetch": "",
"delux": ""
}
}
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