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.6 to 0.0.1-beta.7

noop.d.ts

5

config.js

@@ -43,10 +43,11 @@ "use strict";

var mapToPrefix = "shopify-polyfills-beta";
var noop = "shopify-polyfills-beta/noop";
if (browser === 'node') {
mappedPolyfills[mapFrom] = supportsNode
? mapToPrefix + "/" + polyfill + ".node"
: '';
: noop;
}
else if (featureTest) {
mappedPolyfills[mapFrom] = caniuse_api_1.isSupported(featureTest, browser)
? ''
? noop
: mapToPrefix + "/" + polyfill;

@@ -53,0 +54,0 @@ }

2

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

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

@@ -33,2 +33,3 @@ import {isSupported} from 'caniuse-api';

const mapToPrefix = `shopify-polyfills-beta`;
const noop = `shopify-polyfills-beta/noop`;

@@ -38,6 +39,6 @@ if (browser === 'node') {

? `${mapToPrefix}/${polyfill}.node`
: '';
: noop;
} else if (featureTest) {
mappedPolyfills[mapFrom] = isSupported(featureTest, browser)
? ''
? noop
: `${mapToPrefix}/${polyfill}`;

@@ -44,0 +45,0 @@ } else {

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