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

babel-plugin-webpack-alias

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-webpack-alias - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

.editorconfig

2

build/index.js

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

if (regex.test(filePath)) {
let relativeFilePath = (0, _path.relative)((0, _path.dirname)(filename), aliasTo);
let relativeFilePath = (0, _path.relative)((0, _path.dirname)(filename), aliasTo).replace(/\\/g, '/');

@@ -74,0 +74,0 @@ // In case the file path is the root of the alias, need to put a dot to avoid having an absolute path

{
"version": "1.3.0",
"version": "1.3.1",
"name": "babel-plugin-webpack-alias",

@@ -4,0 +4,0 @@ "description": "babel 6 plugin which allows to use webpack aliases",

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