Socket
Socket
Sign inDemoInstall

@ngneat/transloco-utils

Package Overview
Dependencies
27
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 5.0.0

22

CHANGELOG.md

@@ -5,24 +5,30 @@ # Changelog

## [3.0.5](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.4...transloco-utils-3.0.5) (2023-05-18)
# [5.0.0](https://github.com/ngneat/transloco/compare/transloco-utils-4.0.0...transloco-utils-5.0.0) (2023-07-30)
# [4.0.0](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.5...transloco-utils-4.0.0) (2023-06-17)
### chore
## [3.0.4](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.3...transloco-utils-3.0.4) (2022-07-19)
- 🤖 upgrade to angular v16 ([#661](https://github.com/ngneat/transloco/issues/661)) ([08db7e7](https://github.com/ngneat/transloco/commit/08db7e7d1f64846fa0b07123dee8ff5bff20b4f0))
- **utils:** 🤖 min node version is 16 ([4c31b86](https://github.com/ngneat/transloco/commit/4c31b865ec57786ea961a414ef07510532afcddc))
### BREAKING CHANGES
### Bug Fixes
- **utils:** 🧨 min node version is 16
- 🧨 Angular 16
* **utils:** 🐛 remove peer dependencies ([39b46e8](https://github.com/ngneat/transloco/commit/39b46e871ddf73ac8e23ce3e169ba9c09c8c9f97))
## [3.0.5](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.4...transloco-utils-3.0.5) (2023-05-18)
## [3.0.4](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.3...transloco-utils-3.0.4) (2022-07-19)
### Bug Fixes
- **utils:** 🐛 remove peer dependencies ([39b46e8](https://github.com/ngneat/transloco/commit/39b46e871ddf73ac8e23ce3e169ba9c09c8c9f97))
## [3.0.3](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.2...transloco-utils-3.0.3) (2022-07-19)
### Bug Fixes
* **utils:** 🐛 add missing declaration files ([b7c4c23](https://github.com/ngneat/transloco/commit/b7c4c23ba2c9b337615166f94106b416a4ed0377))
- **utils:** 🐛 add missing declaration files ([b7c4c23](https://github.com/ngneat/transloco/commit/b7c4c23ba2c9b337615166f94106b416a4ed0377))
## [3.0.2](https://github.com/ngneat/transloco/compare/transloco-utils-3.0.1...transloco-utils-3.0.2) (2021-10-28)

@@ -29,0 +35,0 @@

{
"name": "@ngneat/transloco-utils",
"version": "3.0.5",
"version": "5.0.0",
"description": "Transloco utils library",
"main": "src/index.js",
"engines": {
"node": ">=16"
},
"publishConfig": {

@@ -45,3 +48,3 @@ "access": "public"

},
"typings": "./src/index.d.ts"
"types": "./src/index.d.ts"
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getGlobalConfig = void 0;
const path = require("node:path");
const cosmiconfig_1 = require("cosmiconfig");
const path = require("path");
function getGlobalConfig(searchPath = '') {

@@ -7,0 +7,0 @@ const explorer = (0, cosmiconfig_1.cosmiconfigSync)('transloco');

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc