New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaspack/reporter-tracer

Package Overview
Dependencies
Maintainers
0
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaspack/reporter-tracer - npm Package Compare versions

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

4

lib/TracerReporter.js

@@ -68,3 +68,3 @@ "use strict";

tracer = new (_chromeTraceEvent().Tracer)();
filename = `atlaspack-trace-${getTimeId()}.json`;
filename = `parcel-trace-${getTimeId()}.json`;
filePath = _path().default.join(options.projectRoot, filename);

@@ -98,3 +98,3 @@ (0, _assert().default)(writeStream == null, 'Trace write stream multiple initialisation');

// the `close` event before resolving the promise this report function returns to ensure
// that the file has been properly closed and moved from it's temp location before Atlaspack
// that the file has been properly closed and moved from it's temp location before Parcel
// shuts down.

@@ -101,0 +101,0 @@ return new Promise((resolve, reject) => {

{
"name": "@atlaspack/reporter-tracer",
"version": "2.12.1-canary.3366+4100cb64c",
"version": "2.12.1-canary.3367+815758ba7",
"license": "MIT",

@@ -16,11 +16,11 @@ "publishConfig": {

"node": ">= 16.0.0",
"atlaspack": "2.12.1-canary.3366+4100cb64c"
"parcel": "2.12.1-canary.3367+815758ba7"
},
"dependencies": {
"@atlaspack/plugin": "2.12.1-canary.3366+4100cb64c",
"@atlaspack/utils": "2.12.1-canary.3366+4100cb64c",
"@atlaspack/plugin": "2.12.1-canary.3367+815758ba7",
"@atlaspack/utils": "2.12.1-canary.3367+815758ba7",
"chrome-trace-event": "^1.0.3",
"nullthrows": "^1.1.1"
},
"gitHead": "4100cb64ca5e666092cee90af18f4124c15292fa"
"gitHead": "815758ba750fdf03c404e4ab67e0930acc51404a"
}

@@ -39,3 +39,3 @@ // @flow

tracer = new Tracer();
filename = `atlaspack-trace-${getTimeId()}.json`;
filename = `parcel-trace-${getTimeId()}.json`;
filePath = path.join(options.projectRoot, filename);

@@ -73,3 +73,3 @@ invariant(

// the `close` event before resolving the promise this report function returns to ensure
// that the file has been properly closed and moved from it's temp location before Atlaspack
// that the file has been properly closed and moved from it's temp location before Parcel
// shuts down.

@@ -76,0 +76,0 @@ return new Promise((resolve, reject) => {

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