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

@tolgee/cli

Package Overview
Dependencies
Maintainers
2
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.0.1 to 2.0.2

7

dist/extractor/machines/shared/properties.js

@@ -283,2 +283,6 @@ import { createMachine, send, assign } from 'xstate';

{
actions: 'decrementDoubleJsxDepth',
cond: (_ctx, e) => e.token === '/>',
},
{
actions: 'decrementJsxDepth',

@@ -364,2 +368,5 @@ },

}),
decrementDoubleJsxDepth: assign({
jsxDepth: (ctx, _evt) => ctx.jsxDepth - 2,
}),
decrementJsxDepth: assign({

@@ -366,0 +373,0 @@ jsxDepth: (ctx, _evt) => ctx.jsxDepth - 1,

2

package.json
{
"name": "@tolgee/cli",
"version": "2.0.1",
"version": "2.0.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