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 4.6.0-rc.2e9d3c7.0 to 4.6.0-rc.30a9509.0

2

lib/Constants/Global.d.ts

@@ -5,1 +5,3 @@ export declare const RESTRICTED_ASCENDANT_ATTRIBUTE = "data-tolgee-restricted";

export declare const TOLGEE_WRAPPED_ONLY_DATA_ATTRIBUTE = "data-tolgee-key-only";
export declare const TOLGEE_HIGHLIGHTER_CLASS = "_tolgee-highlighter";
export declare const DEVTOOLS_ID = "__tolgee_dev_tools";

@@ -11,2 +11,3 @@ import { DependencyService } from '../services/DependencyService';

run(): void;
stop(): void;
private readonly highlight;

@@ -16,5 +17,15 @@ private readonly unhighlight;

private updateCursorPosition;
private initKeyListener;
private blockEvents;
private onMouseMove;
private onBlur;
private onKeyDown;
private onKeyUp;
private onScroll;
private onClick;
private initEventListeners;
private removeEventListeners;
private isInUiDialog;
private getClosestTolgeeElement;
private findAncestor;
private areKeysDown;
}

3

lib/types.d.ts

@@ -82,8 +82,5 @@ export interface TextInputElementData {

nodes: Set<NodeWithMeta>;
listeningForHighlighting?: boolean;
removeAllEventListeners?: () => void;
highlightEl?: HTMLDivElement;
highlight?: () => void;
unhighlight?: () => void;
initialBackgroundColor?: string;
/**

@@ -90,0 +87,0 @@ * Stops removing of element's inactive nodes and

{
"name": "@tolgee/core",
"version": "4.6.0-rc.2e9d3c7.0",
"version": "4.6.0-rc.30a9509.0",
"description": "Library providing ability to translate messages directly in context of developed application.",

@@ -33,3 +33,3 @@ "main": "index.js",

"typedoc": "typedoc --entryPointStrategy expand --out docs src/index.ts src/Tolgee.ts src/types.ts src/services/EventEmitter.ts src/services/Subscription.ts",
"tsc": "tsc --noEmit"
"tsc": "tsc --noEmit --emitDeclarationOnly false"
},

@@ -69,3 +69,3 @@ "author": "JanCizmar",

},
"gitHead": "179ca745c4a3dfe3732cd476aab58cccba5d6da7",
"gitHead": "b93bb910315815f82e583771312b71a2b7952a84",
"publishConfig": {

@@ -72,0 +72,0 @@ "access": "public"

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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