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

@tolgee/cli

Package Overview
Dependencies
Maintainers
0
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/cli - npm Package Compare versions

Comparing version 2.3.1 to 2.3.2

5

dist/extractor/worker.js

@@ -8,2 +8,3 @@ import { fileURLToPath } from 'url';

import { createDeferred } from '../utils/deferred.js';
const FILE_TIME_LIMIT = 60 * 1000; // one minute
const IS_TS_NODE = extname(import.meta.url) === '.ts';

@@ -58,4 +59,4 @@ // --- Worker functions

worker.terminate();
currentDeferred.reject(new Error('aborted'));
}, 10e3);
currentDeferred.reject(new Error(`Time limit for parsing ${job[0].file} exceeded`));
}, FILE_TIME_LIMIT);
}

@@ -62,0 +63,0 @@ worker.on('message', (msg) => {

2

package.json
{
"name": "@tolgee/cli",
"version": "2.3.1",
"version": "2.3.2",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A tool to interact with the Tolgee Platform through CLI",

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