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

@tolgee/core

Package Overview
Dependencies
Maintainers
2
Versions
354
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tolgee/core - npm Package Compare versions

Comparing version 5.19.0 to 5.19.1-prerelease.e51a5792.0

2

lib/types/plugin.d.ts

@@ -82,3 +82,5 @@ import { ChangeTranslationInterface, TreeTranslationsData } from './cache';

getTextXPath: () => string;
testTextNode: (node: Text) => boolean;
getAttributeXPath: WrapperAttributeXPathGetter;
testAttribute: (node: Attr) => boolean;
};

@@ -85,0 +87,0 @@ export type FormatterMiddlewareFormatParams = {

4

package.json
{
"name": "@tolgee/core",
"version": "5.19.0",
"version": "5.19.1-prerelease.e51a5792.0",
"description": "Library providing ability to translate messages directly in context of developed application.",

@@ -72,3 +72,3 @@ "main": "./dist/tolgee.cjs.js",

"sideEffects": false,
"gitHead": "752db381e10e1c8571d29133a296c89cddf93b60"
"gitHead": "7f2416f020b804ea011a6a2ee0225cffa0b9227c"
}

@@ -122,3 +122,5 @@ import { ChangeTranslationInterface, TreeTranslationsData } from './cache';

getTextXPath: () => string;
testTextNode: (node: Text) => boolean;
getAttributeXPath: WrapperAttributeXPathGetter;
testAttribute: (node: Attr) => boolean;
};

@@ -125,0 +127,0 @@

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