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

sync-fetch

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-fetch - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

index.js

@@ -46,3 +46,3 @@ const exec = require('child_process').execFileSync

shell: false
})
}).toString()
}

@@ -49,0 +49,0 @@

{
"name": "sync-fetch",
"version": "0.1.0",
"version": "0.1.1",
"description": "Synchronous version of the Fetch API",

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

# sync-fetch
Synchronous wrapper around the Fetch API. Uses [`node-fetch`](https://github.com/bitinn/node-fetch) under the hood, and for some input-parsing code and test cases too.
[![npm](https://img.shields.io/npm/v/sync-fetch?style=flat-square)](https://npmjs.com/package/sync-fetch)
## Install
npm install sync-fetch
## Use

@@ -5,0 +11,0 @@

@@ -35,3 +35,2 @@ #!/usr/bin/env node

console.log(JSON.stringify(message))
process.exit(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