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

fitch

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fitch - npm Package Compare versions

Comparing version 0.4.5 to 0.5.0

.nyc_output/72ead564ea13a214d4dd1b766798f7b9.json

2

package.json
{
"name": "fitch",
"version": "0.4.5",
"version": "0.5.0",
"description": "Test using fetch API",

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

@@ -86,3 +86,2 @@ ![Fitch.js](https://github.com/raphaelpor/fitch.js/raw/master/assets/fitch-mini.png)

mode = 'no-cors',
raw = true, // return the raw output of fetch()
params: { // transform to '?test1=test-1&test2=test-2'

@@ -92,2 +91,4 @@ test1: 'test-1',

},
raw = true, // return the raw output of fetch()
redirect: 'follow',
}

@@ -94,0 +95,0 @@

@@ -7,4 +7,6 @@ module.exports = {

cache = 'default',
credentials,
headers = { 'Content-Type': 'application/json' },
mode = 'cors',
redirect,
} = {}

@@ -20,6 +22,8 @@ ) {

cache,
credentials,
headers,
mode,
redirect,
};
},
};
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