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

@abp/ng.core

Package Overview
Dependencies
Maintainers
2
Versions
201
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@abp/ng.core - npm Package Compare versions

Comparing version 7.3.2 to 7.4.0-rc.1

esm2022/lib/services/internet-connection-service.mjs

1

lib/services/index.d.ts

@@ -23,1 +23,2 @@ export * from './config-state.service';

export * from './window.service';
export * from './internet-connection-service';

@@ -17,2 +17,5 @@ import { Injector, OnDestroy } from '@angular/core';

get page(): number;
private _totalCount;
set totalCount(value: number);
get totalCount(): number;
private _sortKey;

@@ -19,0 +22,0 @@ set sortKey(value: string);

3

lib/services/routes.service.d.ts

@@ -39,6 +39,7 @@ import { Injector, OnDestroy } from '@angular/core';

private permissionService;
private compareFunc;
readonly id = "name";
readonly parentId = "parentName";
readonly hide: (item: T) => boolean;
readonly sort: (a: T, b: T) => number;
readonly sort: (a: T, b: T) => any;
constructor(injector: Injector);

@@ -45,0 +46,0 @@ protected isGranted({ requiredPolicy }: T): boolean;

{
"name": "@abp/ng.core",
"version": "7.3.2",
"version": "7.4.0-rc.1",
"homepage": "https://abp.io",

@@ -10,3 +10,3 @@ "repository": {

"dependencies": {
"@abp/utils": "~7.3.2",
"@abp/utils": "~7.4.0-rc.1",
"angular-oauth2-oidc": "^15.0.1",

@@ -13,0 +13,0 @@ "just-clone": "^6.1.1",

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