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

shopify-polyfills-beta

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shopify-polyfills-beta - npm Package Compare versions

Comparing version 0.0.1-beta.7 to 0.0.1-beta.8

1

fetch.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("whatwg-fetch");
console.log('BROWSER FETCH');
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
require("isomorphic-fetch");
console.log('SERVER FETCH');

2

package.json
{
"name": "shopify-polyfills-beta",
"version": "0.0.1-beta.7",
"version": "0.0.1-beta.8",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Blessed polyfills for web platform features.",

import 'isomorphic-fetch';
console.log('SERVER FETCH');
import 'whatwg-fetch';
console.log('BROWSER FETCH');
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