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

@larscom/ngx-translate-module-loader

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@larscom/ngx-translate-module-loader - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

5

lib/models/translation.d.ts

@@ -1,3 +0,2 @@

export declare type Translation = {
[x: string]: string;
};
export declare type Translation = Object;
export declare type TranslationKey = keyof Object;

2

package.json
{
"name": "@larscom/ngx-translate-module-loader",
"version": "3.0.1",
"version": "3.0.2",
"description": "Highly configurable and flexible translations loader for ngx-translate. Fetch multiple translations, each translation file gets it's own namespace by default",

@@ -5,0 +5,0 @@ "repository": {

export { IModuleTranslation } from './lib/models/module-translation';
export { IModuleTranslationOptions } from './lib/models/module-translation-options';
export { Translation } from './lib/models/translation';
export { Translation, TranslationKey } from './lib/models/translation';
export { ModuleTranslateLoader } from './lib/module-translate-loader';

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