Socket
Socket
Sign inDemoInstall

@volo/abp.ng.language-management

Package Overview
Dependencies
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@volo/abp.ng.language-management - npm Package Compare versions

Comparing version 8.3.0-rc.1 to 8.3.0-rc.2

2

common/tokens/features.token.d.ts

@@ -8,3 +8,3 @@ import { noop } from '@abp/ng.core';

export declare const LANGUAGE_MANAGEMENT_FEATURES_PROVIDERS: {
provide: InjectionToken<readonly (() => void | Observable<unknown> | Promise<unknown>)[]>;
provide: InjectionToken<readonly (() => Observable<unknown> | Promise<unknown> | void)[]>;
useFactory: typeof noop;

@@ -11,0 +11,0 @@ deps: InjectionToken<void>[];

import { RoutesService } from '@abp/ng.core';
export declare const LANGUAGE_MANAGEMENT_ROUTE_PROVIDERS: {
provide: import("@angular/core").InjectionToken<readonly (() => void | import("rxjs").Observable<unknown> | Promise<unknown>)[]>;
provide: import("@angular/core").InjectionToken<readonly (() => import("rxjs").Observable<unknown> | Promise<unknown> | void)[]>;
useFactory: typeof configureRoutes;

@@ -5,0 +5,0 @@ deps: (typeof RoutesService)[];

{
"name": "@volo/abp.ng.language-management",
"version": "8.3.0-rc.1",
"version": "8.3.0-rc.2",
"homepage": "https://abp.io",
"dependencies": {
"@abp/ng.components": "~8.3.0-rc.1",
"@abp/ng.theme.shared": "~8.3.0-rc.1",
"@volo/abp.commercial.ng.ui": "~8.3.0-rc.1",
"@abp/ng.components": "~8.3.0-rc.2",
"@abp/ng.theme.shared": "~8.3.0-rc.2",
"@volo/abp.commercial.ng.ui": "^8.3.0-rc.2",
"tslib": "^2.0.0"

@@ -10,0 +10,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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