babel-plugin-normalize-requires
Advanced tools
Comparing version 2.13.3-alpha.6 to 2.13.3-alpha.8
{ | ||
"name": "babel-plugin-normalize-requires", | ||
"version": "2.13.3-alpha.6+ae09044", | ||
"version": "2.13.3-alpha.8+682dbe8", | ||
"description": "A Babel plugin that rewrites require() calls to normalize them (removing extensions and trailing slashes, for example).", | ||
@@ -12,5 +12,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"liferay-npm-build-tools-common": "2.13.3-alpha.6+ae09044" | ||
"liferay-npm-build-tools-common": "2.13.3-alpha.8+682dbe8" | ||
}, | ||
"gitHead": "ae09044beb216743cb2f1e2273aa6e055716ce64" | ||
"gitHead": "682dbe86c34e5e1ab30b7476081b6a2ccfeb6b64" | ||
} |
@@ -27,3 +27,3 @@ /** | ||
babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -42,3 +42,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -56,3 +56,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -72,3 +72,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -86,3 +86,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -100,3 +100,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -116,3 +116,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -130,3 +130,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -144,3 +144,3 @@ }); | ||
const {code} = babel.transform(source, { | ||
filenameRelative: __filename, | ||
filename: __filename, | ||
plugins: [plugin], | ||
@@ -147,0 +147,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
18424