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
303
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-dev.3367 to 2.12.1-dev.3398

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-dev.3367+07fefed65",
"version": "2.12.1-dev.3398+81c73b3cd",
"license": "MIT",

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

"node": ">= 16.0.0",
"atlaspack": "^2.12.1-dev.3367+07fefed65"
"parcel": "^2.12.1-dev.3398+81c73b3cd"
},
"dependencies": {
"@atlaspack/plugin": "2.12.1-dev.3367+07fefed65",
"@atlaspack/utils": "2.12.1-dev.3367+07fefed65",
"@atlaspack/plugin": "2.12.1-dev.3398+81c73b3cd",
"@atlaspack/utils": "2.12.1-dev.3398+81c73b3cd",
"chrome-trace-event": "^1.0.3",
"nullthrows": "^1.1.1"
},
"gitHead": "07fefed65a9a4d7bd0bdc9c45b39704ee4ca70dd"
"gitHead": "81c73b3cdf93adf8b0013be9fed5422579bd5910"
}

@@ -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