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 1.1.2 to 1.1.3

20

CHANGELOG.md

@@ -6,2 +6,22 @@ # Change Log

### 1.1.3 - 2019-11-12
#### 📘 Docs
- Fix GitHub CI badge. ([122c369](https://github.com/milesj/boost/tree/master/packages/log/commit/122c369))
#### 📋 Misc
- Add funding to all packages. ([863a614](https://github.com/milesj/boost/tree/master/packages/log/commit/863a614))
#### 🛠 Internals
- Migrate to GitHub CI and actions. (#65) ([ce59e85](https://github.com/milesj/boost/tree/master/packages/log/commit/ce59e85)), closes [#65](https://github.com/milesj/boost/tree/master/packages/log/issues/65)
**Note:** Version bump only for package @boost/translate
### 1.1.2 - 2019-10-30

@@ -8,0 +28,0 @@

14

lib/FileBackend.js

@@ -18,4 +18,14 @@ "use strict";

super(...arguments);
this.fileCache = {};
this.type = 'backend';
Object.defineProperty(this, "fileCache", {
enumerable: true,
configurable: true,
writable: true,
value: {}
});
Object.defineProperty(this, "type", {
enumerable: true,
configurable: true,
writable: true,
value: 'backend'
});
}

@@ -22,0 +32,0 @@ init(services, options) {

@@ -10,4 +10,14 @@ "use strict";

constructor() {
this.locale = 'en';
this.type = 'languageDetector';
Object.defineProperty(this, "locale", {
enumerable: true,
configurable: true,
writable: true,
value: 'en'
});
Object.defineProperty(this, "type", {
enumerable: true,
configurable: true,
writable: true,
value: 'languageDetector'
});
}

@@ -14,0 +24,0 @@ init() {

12

package.json
{
"name": "@boost/translate",
"version": "1.1.2",
"version": "1.1.3",
"description": "Package and application level translations made easy.",

@@ -24,8 +24,12 @@ "keywords": [

"dependencies": {
"@boost/common": "^1.2.1",
"@boost/internal": "^1.0.0",
"@boost/common": "^1.2.2",
"@boost/internal": "^1.0.1",
"i18next": "^19.0.0",
"os-locale": "^4.0.0"
},
"gitHead": "24121e1d29812fa8cf2e0b5e1345b2a94bf40532"
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/milesjohnson"
},
"gitHead": "9d9e6858b1330fd3d1d580f2bb4216118d38ff31"
}
# Boost Translate
[![Build Status](https://travis-ci.org/milesj/boost.svg?branch=master)](https://travis-ci.org/milesj/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%translate.svg)](https://www.npmjs.com/package/@boost/translate)

@@ -5,0 +5,0 @@ [![npm deps](https://david-dm.org/milesj/boost.svg?path=packages/translate)](https://www.npmjs.com/package/@boost/translate)

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