New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.4 to 1.3.5

12

CHANGELOG.md

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

### 1.3.5 - 2020-01-25
#### 🐞 Fixes
- Bump all packages to fix build issues. ([a8e8112](https://github.com/milesj/boost/commit/a8e8112))
**Note:** Version bump only for package @boost/translate
### 1.3.4 - 2020-01-25

@@ -8,0 +20,0 @@

14

lib/FileBackend.js

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

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

@@ -27,0 +17,0 @@ init(services, options) {

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

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

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

{
"name": "@boost/translate",
"version": "1.3.4",
"version": "1.3.5",
"description": "Package and application level translations made easy.",

@@ -15,2 +15,3 @@ "keywords": [

"types": "./lib/index.d.ts",
"nonce": "1579986563745",
"engines": {

@@ -25,4 +26,4 @@ "node": ">=8.9.0"

"dependencies": {
"@boost/common": "^1.8.0",
"@boost/internal": "^1.0.2",
"@boost/common": "^1.8.1",
"@boost/internal": "^1.0.3",
"i18next": "^19.0.3",

@@ -35,3 +36,3 @@ "os-locale": "^4.0.0"

},
"gitHead": "06877f461f77bd007a1d2e800d25a9f27b275e65"
"gitHead": "415de2e011ad6252dde167d5e4c8a93d3719ea83"
}
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