Socket
Socket
Sign inDemoInstall

modify-babel-preset

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

modify-babel-preset - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -69,3 +69,3 @@ var path = require('path'),

var p = Array.isArray(list[i]) ? list[i][0] : list[i];
if ((mod && p===mod) || isSameName(p, name)) {
if ((mod && p===mod) || isSameName(p, name) || (p._original_name && isSameName(p._original_name, name)) {
return i;

@@ -72,0 +72,0 @@ }

{
"name": "modify-babel-preset",
"version": "1.1.1",
"version": "1.1.2",
"description": "Create a modified babel preset based on an an existing preset.",

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

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