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.4 to 1.4.5

4

dist/lib/threads/ThreadPool.js

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

const worker_threads_1 = require("worker_threads");
const strip_ansi_1 = require("strip-ansi");
const stripAnsi = require("strip-ansi");
const os = require("os");

@@ -90,3 +90,3 @@ /**

if (this.logger) {
value.info.level = strip_ansi_1.default(value.info.level);
value.info.level = stripAnsi(value.info.level);
this.logger.log(value.info);

@@ -93,0 +93,0 @@ }

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

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

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

@@ -122,0 +121,0 @@ "axios": "^0.19.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