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.1.2 to 2.1.3

4

dist/config/tolgeerc.js

@@ -24,4 +24,4 @@ import { cosmiconfig, defaultLoaders } from 'cosmiconfig';

if (rc.projectId !== undefined) {
const projectId = Number(rc.projectId); // Number("") returns 0
if (!Number.isInteger(projectId) || projectId <= 0) {
rc.projectId = Number(rc.projectId); // Number("") returns 0
if (!Number.isInteger(rc.projectId) || rc.projectId <= 0) {
throw new Error('Invalid config: projectId should be an integer representing your project Id');

@@ -28,0 +28,0 @@ }

{
"name": "@tolgee/cli",
"version": "2.1.2",
"version": "2.1.3",
"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