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.0.2 to 1.0.3

16

CHANGELOG.md

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

### 1.0.3 - 2019-08-01
#### ⚙️ Types
- Refine types and replace `any` with `unknown`. (#58) ([43512fc](https://github.com/milesj/boost/tree/master/packages/log/commit/43512fc)), closes [#58](https://github.com/milesj/boost/tree/master/packages/log/issues/58)
#### 🛠 Internals
- Increase statement and function code coverage to 100%. ([7c98aa7](https://github.com/milesj/boost/tree/master/packages/log/commit/7c98aa7))
**Note:** Version bump only for package @boost/translate
### 1.0.2 - 2019-07-07

@@ -8,0 +24,0 @@

1

lib/FileBackend.js

@@ -35,2 +35,3 @@ "use strict";

}
// istanbul ignore next
create() {

@@ -37,0 +38,0 @@ // We don't need this but is required by the interface

2

lib/types.d.ts

@@ -6,3 +6,3 @@ import i18next from 'i18next';

export interface InterpolationParams {
[key: string]: any;
[key: string]: unknown;
}

@@ -9,0 +9,0 @@ export interface MessageOptions {

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

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

"dependencies": {
"@boost/common": "^1.1.2",
"@boost/common": "^1.1.3",
"debug": "^4.1.1",
"i18next": "^17.0.6",
"i18next": "^17.0.7",
"os-locale": "^4.0.0"
},
"gitHead": "ff2562891abe422e18eb803fc59ca7998a1e5904"
"gitHead": "cf50d411c778a661520be41b0ea1042b31ce900d"
}

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