@tolgee/core
Advanced tools
Comparing version 4.2.1 to 4.3.0-rc.2874848.0
@@ -8,1 +8,4 @@ export { Tolgee } from './Tolgee'; | ||
export * from './types'; | ||
export * from './Constants/Global'; | ||
export * from './helpers/NodeHelper'; | ||
export * from './helpers/TextHelper'; |
import { Mode, TreeTranslationsData } from './types'; | ||
import { ModifierKey } from './Constants/ModifierKey'; | ||
declare type UiConstructor = new (...args: any[]) => any; | ||
interface UiLibInterface { | ||
UI: UiConstructor; | ||
} | ||
declare type UiType = UiConstructor | UiLibInterface | Promise<UiConstructor> | Promise<UiLibInterface>; | ||
export declare class TolgeeConfig { | ||
@@ -36,3 +41,3 @@ mode?: Mode; | ||
watch?: boolean; | ||
ui?: (new (...args: any[]) => any) | (() => Promise<new (...args: any[]) => any>); | ||
ui?: UiType; | ||
targetElement?: Element; | ||
@@ -58,1 +63,2 @@ tagAttributes?: { | ||
} | ||
export {}; |
{ | ||
"name": "@tolgee/core", | ||
"version": "4.2.1", | ||
"version": "4.3.0-rc.2874848.0", | ||
"description": "Library providing ability to translate messages directly in context of developed application.", | ||
@@ -64,3 +64,7 @@ "main": "index.js", | ||
}, | ||
"gitHead": "28988e4c3b6bdd3143ff4ca03de7c1e18dc84d4c", | ||
"exports": { | ||
"require": "./dist/tolgee.cjs.js", | ||
"import": "./dist/tolgee.esm.js" | ||
}, | ||
"gitHead": "ff6d0c289ce8898b207260e572096aa86f08f8a2", | ||
"publishConfig": { | ||
@@ -67,0 +71,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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
1
15
2164101
26195
63
18093
1