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

wonderful-fetch

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wonderful-fetch - npm Package Compare versions

Comparing version 1.1.9 to 1.1.10

2

dist/index.js

@@ -25,3 +25,3 @@ (function (root, factory) {

var SOURCE = 'library';
var VERSION = '1.1.9';
var VERSION = '1.1.10';

@@ -28,0 +28,0 @@ function WonderfulFetch(url, options) {

{
"name": "wonderful-fetch",
"version": "1.1.9",
"version": "1.1.10",
"description": "A wrapper around fetch.",

@@ -8,3 +8,4 @@ "main": "./dist/index.js",

"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=30000",
"prepare": "node -e 'require(`prepare-package`)()'"
"prepare": "node -e 'require(`prepare-package`)()'",
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'"
},

@@ -36,4 +37,9 @@ "engines": {

"mocha": "^8.4.0",
"prepare-package": "^1.0.3"
"prepare-package": "^1.1.3"
},
"preparePackage": {
"input": "./src",
"output": "./dist",
"replace": {}
}
}
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