@parcel/babel-ast-utils
Advanced tools
Comparing version 2.0.0-nightly.1809 to 2.0.0-nightly.1813
@@ -70,5 +70,5 @@ "use strict"; | ||
return { | ||
code: generated.code, | ||
content: generated.code, | ||
map | ||
}; | ||
} |
{ | ||
"name": "@parcel/babel-ast-utils", | ||
"version": "2.0.0-nightly.1809+c34a2a31", | ||
"version": "2.0.0-nightly.1813+3a972d8c", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -23,3 +23,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "c34a2a31f84e7293bdbb7fb1109ab285debdb59a" | ||
"gitHead": "3a972d8c9c2333b3dd052e6e795002b665bf625a" | ||
} |
@@ -62,5 +62,5 @@ // @flow strict-local | ||
return { | ||
code: generated.code, | ||
content: generated.code, | ||
map, | ||
}; | ||
} |
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
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
5758