Socket
Socket
Sign inDemoInstall

@contrast/reporter

Package Overview
Dependencies
Maintainers
14
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/reporter - npm Package Compare versions

Comparing version 1.15.0 to 1.16.0

3

lib/reporters/file.js

@@ -52,3 +52,4 @@ "use strict";

const data = { time: Date.now(), pid: process_1.pid, event, ...msg };
const jsonStr = (0, safe_stable_stringify_1.default)(data);
// const jsonStr = stringify(data);
const jsonStr = this.core.scopes.instrumentation.run({ name: 'JSON.stringify', lock: true }, () => (0, safe_stable_stringify_1.default)(data));
this.stream.write(jsonStr + os_1.EOL);

@@ -55,0 +56,0 @@ }

{
"name": "@contrast/reporter",
"version": "1.15.0",
"version": "1.16.0",
"description": "Subscribes to agent messages and reports them",

@@ -20,3 +20,3 @@ "license": "SEE LICENSE IN LICENSE",

"dependencies": {
"@contrast/common": "1.10.0",
"@contrast/common": "1.11.0",
"axios": "^0.27.2",

@@ -23,0 +23,0 @@ "crc-32": "^1.2.2",

Sorry, the diff of this file is not supported yet

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