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.5.1 to 0.5.2

6

package.json
{
"name": "sync-fetch",
"version": "0.5.1",
"version": "0.5.2",
"description": "Synchronous version of the Fetch API",
"main": "index.js",
"browser": "browser.js",
"jsdelivr": "bundle.js",
"unpkg": "bundle.js",
"files": [

@@ -46,3 +48,3 @@ "index.js",

"chai-string": "^1.5.0",
"conventional-changelog-cli": "^2.1.1",
"conventional-changelog-cli": "^3.0.0",
"form-data": "^4.0.0",

@@ -49,0 +51,0 @@ "mocha": "^10.0.0",

@@ -13,3 +13,3 @@ # sync-fetch

<script src="https://unpkg.com/sync-fetch"></script>
<script src="https://unpkg.com/sync-fetch@VERSION/browser.js"></script>
<script src="https://unpkg.com/sync-fetch@VERSION"></script>

@@ -45,2 +45,3 @@ ## Use

- (Non-spec) `timeout`
- The non-standard `buffer()` method is not supported
- CORS limitations apply, of course (note they may be stricter for synchronous requests)
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