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

ufetch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ufetch - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

.npmignore

7

package.json
{
"name": "ufetch",
"description": "A micro ajax http library based on fetch with a unified api for browsers and nodejs",
"version": "1.0.1",
"version": "1.0.2",
"repository": "https://github.com/Flux159/ufetch",

@@ -14,3 +14,6 @@ "homepage": "http://flux159.github.io/ufetch/",

],
"browser": "./browserindex.js"
"browser": "./browserindex.js",
"dependencies": {
"isomorphic-fetch": "^2.2.1"
}
}

@@ -1,2 +0,2 @@

const fetch = require('node-fetch');
const fetch = require('isomorphic-fetch');

@@ -3,0 +3,0 @@ /* global document */

@@ -0,1 +1,3 @@

const fetch = require('isomorphic-fetch');
function mergeObjects(mergedOptions, addOptions) {

@@ -2,0 +4,0 @@ for (const o in addOptions) {

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