New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsverse/transloco-utils

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsverse/transloco-utils - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

7

CHANGELOG.md

@@ -1,5 +0,8 @@

# Changelog
## 7.0.2 (2024-07-26)
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
### 🩹 Fixes
- **utils:** 🐛 update the global config types
## [7.0.1](https://github.com/ngneat/transloco/compare/transloco-utils-7.0.0...transloco-utils-7.0.1) (2024-05-31)

@@ -6,0 +9,0 @@

{
"name": "@jsverse/transloco-utils",
"version": "7.0.1",
"version": "7.0.2",
"description": "Transloco utils library",
"main": "./src/index.js",
"main": "src/index.js",
"engines": {

@@ -38,2 +38,2 @@ "node": ">=16"

"type": "commonjs"
}
}

@@ -13,7 +13,10 @@ export interface TranslocoGlobalConfig {

output?: string;
fileFormat?: 'json' | 'pot';
marker?: string;
addMissingKeys?: boolean;
emitErrorOnExtraKeys?: boolean;
replace?: boolean;
defaultValue?: string;
defaultValue?: string | undefined;
unflat?: boolean;
};
}
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