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
37
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.4.1 to 2.4.2

4

dist/extractor/parserNgx/ngxMapper.js
export const ngxMapper = (token) => {
// custom tag names have dynamic token names
if (token.type?.startsWith('entity.name.tag.html.ng.')) {
return 'tag.name';
}
switch (token.type) {

@@ -3,0 +7,0 @@ // ngx template tags

2

dist/extractor/parserVue/tokenMergers/hyphenPropsMerger.js

@@ -1,2 +0,2 @@

// <T key-name="my_key" /> -> <T keyName="key" />
// <T key-name="my_key" /> -> <T keyName="my_key" />
// ^^^^^^^^ ^^^^^^^

@@ -3,0 +3,0 @@ export const hyphenPropsMerger = {

{
"name": "@tolgee/cli",
"version": "2.4.1",
"version": "2.4.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