Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ngx-translate-multi-http-loader

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-translate-multi-http-loader - npm Package Compare versions

Comparing version 18.0.0 to 18.1.0

6

package.json
{
"name": "ngx-translate-multi-http-loader",
"version": "18.0.0",
"version": "18.1.0",
"license": "MIT",

@@ -32,3 +32,3 @@ "author": {

"@ngx-translate/core": ">=15.0.0",
"deepmerge-ts": "^7.0.3",
"deepmerge-ts": "^7.1.0",
"rxjs": "^7.8.1"

@@ -50,2 +50,2 @@ },

"sideEffects": false
}
}

@@ -38,4 +38,4 @@ # @ngx-translate/multi-http-loader

| ------- | ------------------- | ------------------------------- |
| 16 | 16.x+ | 15.x+ |
| 15 | 15.x+ | 9.x+ |
| >= 16 | 15.x+ | >= 15.x+ |
| 15 | 14.x+ | 9.x+ |
| 14 | 14.x+ | 8.x+ |

@@ -61,3 +61,3 @@ | 13 | 14.x+ | 7.x+ |

export function HttpLoaderFactory(_httpBackend: HttpBackend) {
return new MultiTranslateHttpLoader(_httpBackend, ['/assets/i18n/core/', '/assets/i18n/vendors/']);
return new MultiTranslateHttpLoader(_httpBackend, ['/assets/i18n/core/', '/assets/i18n/vendors/']); // /i18n/core/ on angular >= v18 with the new public logic
}

@@ -64,0 +64,0 @@

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