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.1 to 0.4.2

2

package.json
{
"name": "fitch",
"version": "0.4.1",
"version": "0.4.2",
"description": "Test using fetch API",

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

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

fitch.get(apiUrl, req)
fitch.post(apiUrl, req)
.then(data => console.log(data))

@@ -59,3 +59,3 @@ ```

fitch.get(apiUrl, req)
fitch.put(apiUrl, req)
.then(data => console.log(data))

@@ -68,3 +68,3 @@ ```

fitch.get(apiUrl, req)
fitch.patch(apiUrl, req)
.then(data => console.log(data))

@@ -75,3 +75,3 @@ ```

```js
fitch.get(apiUrl)
fitch.delete(apiUrl)
.then(data => console.log(data))

@@ -78,0 +78,0 @@ ```

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