cross-fetch-ponyfill
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cross-fetch-ponyfill", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"type": "module", | ||
"description": "Fetch polyfilled in Node only", | ||
"main": "index.js", | ||
"exports": { | ||
"node": "./node.js", | ||
"node": "./_node.js", | ||
"default": "./browser.js" | ||
}, | ||
"browser": { | ||
"index.js": "browser.js", | ||
"node-fetch": false, | ||
"abort-controller": false | ||
}, | ||
"chromeapp": { | ||
"index.js": "browser.js", | ||
"node-fetch": false, | ||
"abort-controller": false | ||
}, | ||
"repository": { | ||
@@ -15,0 +22,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2411