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

@atlaspack/utils

Package Overview
Dependencies
Maintainers
0
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/utils - npm Package Compare versions

Comparing version 2.12.1-canary.3366 to 2.12.1-canary.3367

14

package.json
{
"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

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