@atlaspack/utils
Advanced tools
Comparing version 2.12.1-canary.3366 to 2.12.1-canary.3367
{ | ||
"name": "@atlaspack/utils", | ||
"version": "2.12.1-canary.3366+4100cb64c", | ||
"version": "2.12.1-canary.3367+815758ba7", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -32,7 +32,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@atlaspack/codeframe": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/logger": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/markdown-ansi": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/rust": "2.12.1-canary.3366+4100cb64c", | ||
"@atlaspack/codeframe": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/diagnostic": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/logger": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/markdown-ansi": "2.12.1-canary.3367+815758ba7", | ||
"@atlaspack/rust": "2.12.1-canary.3367+815758ba7", | ||
"@parcel/source-map": "^2.1.1", | ||
@@ -67,3 +67,3 @@ "chalk": "^4.1.0", | ||
}, | ||
"gitHead": "4100cb64ca5e666092cee90af18f4124c15292fa" | ||
"gitHead": "815758ba750fdf03c404e4ab67e0930acc51404a" | ||
} |
@@ -43,3 +43,3 @@ // @flow | ||
name: 'commonName', | ||
value: 'atlaspackjs.org', | ||
value: 'parceljs.org', | ||
}, | ||
@@ -60,3 +60,3 @@ { | ||
name: 'organizationName', | ||
value: 'atlaspackBundler', | ||
value: 'parcelBundler', | ||
}, | ||
@@ -63,0 +63,0 @@ { |
@@ -39,3 +39,3 @@ // @flow strict-local | ||
if ( | ||
/atlaspack-swc\.[^\\/]+\.node$|lightningcss.[^\\/]+.node$/.test(filePath) | ||
/parcel-swc\.[^\\/]+\.node$|lightningcss.[^\\/]+.node$/.test(filePath) | ||
) { | ||
@@ -42,0 +42,0 @@ let cacheEntry = testCache[filePath]; |
@@ -27,3 +27,3 @@ // @flow strict-local | ||
* - in the case of an unresolvable url dependency, the original specifier. | ||
* These are external requests that Atlaspack did not bundle. | ||
* These are external requests that Parcel did not bundle. | ||
* - in the case of a reference to another bundle, the relative url to that | ||
@@ -30,0 +30,0 @@ * bundle from the current bundle. |
@@ -14,3 +14,3 @@ import assert from 'assert'; | ||
it('should not match sourceMappingURL when not at the end of the bundle', () => { | ||
// Code example taken from livescript.js (issue #2408 in atlaspack-bundler) | ||
// Code example taken from livescript.js (issue #2408 in parcel-bundler) | ||
// This snippet lead to JSAsset.js being mislead and incorrectly trying to | ||
@@ -17,0 +17,0 @@ // load (due to false-positive match) sourcemap before fix was introduced |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
3621810