Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-plugin-ember-modules-api-polyfill

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-ember-modules-api-polyfill - npm Package Compare versions

Comparing version 1.5.0 to 1.5.1

2

package.json
{
"name": "babel-plugin-ember-modules-api-polyfill",
"version": "1.5.0",
"version": "1.5.1",
"description": "Polyfill for Ember JS API.",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -133,3 +133,3 @@ 'use strict';

if (removals.length === node.specifiers.length) {
if (removals.length > 0 && removals.length === node.specifiers.length) {
path.replaceWithMultiple(replacements);

@@ -136,0 +136,0 @@ } else if (replacements.length > 0) {

@@ -146,3 +146,7 @@ 'use strict';

);
matches(
`import './foo';`,
`import './foo';`
);
});
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