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
360
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.33.3-prerelease.f3241859.0 to 6.0.0

4

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

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

"sideEffects": false,
"gitHead": "20705ed255a542aa002208817940dc77c968c453"
"gitHead": "98413308b043399b530e400f44141ceb1ca2dbe9"
}

@@ -12,3 +12,3 @@ import { TolgeePlugin } from '../types';

export const DevToolsPlugin =
(postfix = ''): TolgeePlugin =>
(suffix = ''): TolgeePlugin =>
(tolgee, tools) => {

@@ -19,3 +19,3 @@ tolgee.updateOptions({ apiKey: 'test', apiUrl: 'test' });

return Promise.resolve({
test: { sub: `${language}.${namespace || 'default'}${postfix}` },
test: { sub: `${language}.${namespace || 'default'}${suffix}` },
});

@@ -28,3 +28,3 @@ },

export const BackendPlugin =
(postfix = ''): TolgeePlugin =>
(suffix = ''): TolgeePlugin =>
(tolgee, tools) => {

@@ -34,3 +34,3 @@ tools.addBackend({

return Promise.resolve({
test: { sub: `${language}.${namespace || 'default'}${postfix}` },
test: { sub: `${language}.${namespace || 'default'}${suffix}` },
});

@@ -37,0 +37,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