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

@composer-js/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@composer-js/core - npm Package Compare versions

Comparing version 1.4.2 to 1.4.4

7

dist/lib/threads/ThreadPool.js

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

const worker_threads_1 = require("worker_threads");
const { LEVEL, MESSAGE } = require('triple-beam');
const strip_ansi_1 = require("strip-ansi");
const os = require("os");

@@ -89,3 +89,6 @@ /**

if (value && value.type === "winston-log") {
this.logger.log(value.info[LEVEL], value.info[MESSAGE]);
if (this.logger) {
value.info.level = strip_ansi_1.default(value.info.level);
this.logger.log(value.info);
}
}

@@ -92,0 +95,0 @@ else {

{
"name": "@composer-js/core",
"version": "1.4.2",
"version": "1.4.4",
"description": "A collection of common utilities and core functionality for composerjs applications.",

@@ -119,2 +119,3 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>",

"@types/jsonwebtoken": "^8.3.4",
"@types/strip-ansi": "^5.2.1",
"@types/uuid": "^3.4.5",

@@ -124,2 +125,3 @@ "axios": "^0.19.0",

"jsonwebtoken": "^8.5.0",
"strip-ansi": "^6.0.0",
"uuid": "^3.3.3",

@@ -126,0 +128,0 @@ "winston-transport": "^4.4.0"

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