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

@tolgee/core

Package Overview
Dependencies
Maintainers
1
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 1.8.0 to 1.8.1

13

lib/types.d.ts

@@ -1,14 +0,1 @@

export interface TolgeeTextInputElement extends HTMLElement {
__tolgee: TextInputElementData;
selectionStart: number;
value: string;
}
export interface TolgeeTextAreaElement extends TolgeeTextInputElement, HTMLTextAreaElement {
addEventListener: any;
removeEventListener: any;
}
export interface TolgeeInputElement extends TolgeeTextInputElement, HTMLInputElement {
addEventListener: any;
removeEventListener: any;
}
export interface TextInputElementData {

@@ -15,0 +2,0 @@ oldValue: string;

10

package.json
{
"name": "@tolgee/core",
"version": "1.8.0",
"version": "1.8.1",
"description": "Library providing ability to translate messages directly in context of developed application.",

@@ -12,2 +12,3 @@ "main": "index.js",

},
"homepage": "https://tolgee.io",
"keywords": [

@@ -30,3 +31,4 @@ "localization",

"develop": "concurrently \"rollup -c rollup.config.js -w\" \"tsc --watch\" ",
"schema": "openapi-typescript http://localhost:8080/v3/api-docs/All%20Internal%20-%20for%20Tolgee%20Web%20application --output ./src/types/apiSchema.generated.ts"
"schema": "openapi-typescript http://localhost:8080/v3/api-docs/All%20Internal%20-%20for%20Tolgee%20Web%20application --output ./src/types/apiSchema.generated.ts",
"typedoc": "typedoc --entryPointStrategy expand --out docs src/index.ts src/Tolgee.ts src/types.ts src/services/EventEmitter.ts src/services/Subscription.ts"
},

@@ -57,5 +59,7 @@ "author": "JanCizmar",

"tslib": "^2.3.1",
"typedoc": "0.22.5",
"typedoc-plugin-markdown": "3.11.3",
"typescript": "4.4.3"
},
"gitHead": "eb9fa7bbf18651a8ce43f8aa1afa3163866282d3",
"gitHead": "05481ccb98e7c60ffc6fff1e1a8b261119340e14",
"publishConfig": {

@@ -62,0 +66,0 @@ "access": "public"

@@ -37,2 +37,9 @@ ![test workflow](https://github.com/tolgee/tolgee-js/actions/workflows/test.yml/badge.svg)

## Features
- All in One localization solution for your JS application 🙌
- Out of box in-context localization 🎉
- Automated screenshot generation 📷
- Translation management platform 🎈
- Open-source 🔥
To learn more, check [Hello World example](https://toolkit.tolgee.io/docs/web/get_started/hello_world).
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