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 2.1.0 to 2.1.1

2

lib/Tolgee.d.ts

@@ -25,3 +25,3 @@ import { TolgeeConfig } from './TolgeeConfig';

translate(props: TranslateProps): Promise<string>;
translate(key: string, params: TranslationParams, noWrap?: boolean, defaultValue?: string): Promise<string>;
translate(key: string, params?: TranslationParams, noWrap?: boolean, defaultValue?: string): Promise<string>;
instant(key: string, params?: TranslationParams, noWrap?: boolean, orEmpty?: boolean, defaultValue?: string): string;

@@ -28,0 +28,0 @@ instant(props: InstantProps): string;

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

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

},
"gitHead": "883ec544ab3eb922629e6cee003fe860e329f2d8",
"gitHead": "2249a0285b78328e9fbfbb68542bf8d1a54c6272",
"publishConfig": {

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

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