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

2

package.json
{
"name": "fitch",
"version": "0.3.0",
"version": "0.3.1",
"description": "Test using fetch API",

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

@@ -5,3 +5,3 @@ module.exports = {

{
body = '',
body,
cache = 'default',

@@ -12,5 +12,8 @@ headers = { 'Content-Type': 'application/json' },

) {
if (body) {
body = JSON.stringify(body);
}
return {
method,
body: JSON.stringify(body),
body,
cache,

@@ -17,0 +20,0 @@ headers,

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