🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

fetch-default

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-default - npm Package Compare versions

Comparing version
1.0.17
to
1.0.18
+2
-0
index.js
'use strict';
require('fetch-polyfill');
(function (win) {

@@ -4,0 +6,0 @@

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

import 'fetch-polyfill';
(function(win) {

@@ -2,0 +4,0 @@

+5
-2
{
"name": "fetch-default",
"version": "1.0.17",
"version": "1.0.18",
"description": "Add global default properties for the web fetch",

@@ -26,3 +26,6 @@ "main": "index.js",

"babel-preset-stage-0": "^6.24.1"
},
"dependencies": {
"fetch-polyfill": "^0.8.2"
}
}
}