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

@boost/translate

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/translate - npm Package Compare versions

Comparing version 4.0.0-alpha.1 to 4.0.0

2

dts/FileBackend.d.ts

@@ -11,3 +11,3 @@ import { BackendModule, Resource, ResourceKey } from 'i18next';

fileCache: Map<Path, ResourceKey>;
type: 'backend';
type: "backend";
init(services: unknown, options: Partial<FileBackendOptions>): void;

@@ -14,0 +14,0 @@ blueprint(schemas: Schemas): Blueprint<FileBackendOptions>;

@@ -5,3 +5,3 @@ import { LanguageDetectorModule } from 'i18next';

locale: Locale;
type: 'languageDetector';
type: "languageDetector";
init(): void;

@@ -8,0 +8,0 @@ cacheUserLanguage(locale: Locale): void;

{
"name": "@boost/translate",
"version": "4.0.0-alpha.1",
"version": "4.0.0",
"type": "commonjs",

@@ -37,5 +37,5 @@ "release": "1651512178249",

"dependencies": {
"@boost/common": "^4.0.0-alpha.1",
"@boost/internal": "^4.0.0-alpha.1",
"i18next": "^21.6.16",
"@boost/common": "^4.0.0",
"@boost/internal": "^4.0.0",
"i18next": "^21.9.1",
"os-locale": "^5.0.0"

@@ -62,3 +62,3 @@ },

},
"gitHead": "0d0595fe3d95951cc0d3936b7d811aed26306d20"
"gitHead": "07f3182e14af6b7637b23f69fbe3c735835312a9"
}
# Translate - Boost
[![Build Status](https://github.com/milesj/boost/workflows/Build/badge.svg)](https://github.com/milesj/boost/actions?query=branch%3Amaster)
[![npm version](https://badge.fury.io/js/%40boost%2Ftranslate.svg)](https://www.npmjs.com/package/@boost/translate)
[![npm deps](https://david-dm.org/milesj/boost.svg?path=packages/translate)](https://www.npmjs.com/package/@boost/translate)
![build status](https://img.shields.io/github/workflow/status/milesj/boost/Build)
![npm version](https://img.shields.io/npm/v/@boost/translate)

@@ -7,0 +6,0 @@ Package and application level translations made easy. Wraps the powerful

@@ -21,3 +21,3 @@ import { BackendModule, Resource, ResourceKey } from 'i18next';

type: 'backend' = 'backend';
type = 'backend' as const;

@@ -24,0 +24,0 @@ init(services: unknown, options: Partial<FileBackendOptions>) {

@@ -9,3 +9,3 @@ import { LanguageDetectorModule } from 'i18next';

type: 'languageDetector' = 'languageDetector';
type = 'languageDetector' as const;

@@ -12,0 +12,0 @@ init() {

Sorry, the diff of this file is not supported yet

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