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

inet-core

Package Overview
Dependencies
Maintainers
2
Versions
146
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inet-core - npm Package Compare versions

Comparing version 2.3.5 to 3.0.0

src/lib/inet-core.d.ts

10

package.json
{
"name": "inet-core",
"version": "2.3.5",
"version": "3.0.0",
"description": "iNet Core",

@@ -20,6 +20,6 @@ "main": "./bundles/inet-core.umd.js",

"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/animations": "^15.2.8",
"@angular/common": "^15.2.8",
"@angular/compiler": "^15.2.8",
"@angular/core": "^15.2.8",
"@vertx/eventbus-bridge-client.js": "1.0.0",

@@ -26,0 +26,0 @@ "rxjs": "~7.5.0",

@@ -6,7 +6,7 @@ iNet Angular Core

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.1.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.
- TypeScript 4.7.2
- TypeScript 4.9.5
- RxJS 7.5.0
- Compatibility with Angular 14
- Compatibility with Angular 15

@@ -25,7 +25,2 @@ ## Build

===
- Vy Nguyen <ntvy@inetcloud.vn>
- Hanh Le <hanhld@inetcloud.vn>
[npm-url]: https://npmjs.org/package/inet-core
[npm-version-image]: http://img.shields.io/npm/v/inet-core.svg?style=flat
[npm-downloads-image]: http://img.shields.io/npm/dm/inet-core.svg?style=flat
- Vy Nguyen <ntvy@inetcloud.vn>

@@ -25,3 +25,3 @@ /**

static ɵfac: i0.ɵɵFactoryDeclaration<AutoSizeDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoSizeDirective, "textarea[appAutoSize]", ["appAutoSize"], { "minHeight": "minHeight"; "maxHeight": "maxHeight"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AutoSizeDirective, "textarea[appAutoSize]", ["appAutoSize"], { "minHeight": "minHeight"; "maxHeight": "maxHeight"; }, {}, never, never, false, never>;
}

@@ -12,3 +12,3 @@ import { ElementRef, OnChanges, OnInit } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<AvatarDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<AvatarDirective, "img[userAvatar]", never, { "usercode": "usercode"; }, {}, never, never, false, never>;
}

@@ -20,3 +20,2 @@ export * from './iNet';

export * from './time-ago.pipe';
export * from './language.pipe';
export * from './user-profile.service';

@@ -23,0 +22,0 @@ export * from './accent.service';

@@ -10,10 +10,9 @@ import { ModuleWithProviders } from '@angular/core';

import * as i6 from "./time-ago.pipe";
import * as i7 from "./language.pipe";
import * as i8 from "@angular/common";
import * as i9 from "@angular/common/http";
import * as i7 from "@angular/common";
import * as i8 from "@angular/common/http";
export declare class CoreModule {
static forRoot(config?: AppCloudConfig): ModuleWithProviders<CoreModule>;
static ɵfac: i0.ɵɵFactoryDeclaration<CoreModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe, typeof i7.LanguagePipe], [typeof i8.CommonModule, typeof i9.HttpClientModule], [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe, typeof i7.LanguagePipe]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<CoreModule, [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe], [typeof i7.CommonModule, typeof i8.HttpClientModule], [typeof i1.RoleAccessDirective, typeof i2.InfiniteScrollerDirective, typeof i3.AutoSizeDirective, typeof i4.AvatarDirective, typeof i5.SSOUrlPipe, typeof i6.TimeAgoPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<CoreModule>;
}

@@ -135,12 +135,2 @@ export declare class iNet {

static getMaxSizeUpload(): number;
/**
* Gets the language
* @returns (Object) { [k: string]: string }
*/
static getLanguage(): any;
/**
* Gets the languages
*
*/
static getLanguages(): string[];
}

@@ -21,3 +21,3 @@ import { AfterViewInit, ElementRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<InfiniteScrollerDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<InfiniteScrollerDirective, "[appInfiniteScroller]", never, { "scrollCallback": "scrollCallback"; "immediateCallback": "immediateCallback"; "scrollPercent": "scrollPercent"; "isSubmit": "isSubmit"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<InfiniteScrollerDirective, "[appInfiniteScroller]", never, { "scrollCallback": "scrollCallback"; "immediateCallback": "immediateCallback"; "scrollPercent": "scrollPercent"; "isSubmit": "isSubmit"; }, {}, never, never, false, never>;
}

@@ -13,3 +13,3 @@ import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<RoleAccessDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RoleAccessDirective, "[roleAccess]", never, { "roleAccess": "roleAccess"; }, {}, never, never, false>;
static ɵdir: i0.ɵɵDirectiveDeclaration<RoleAccessDirective, "[roleAccess]", never, { "roleAccess": "roleAccess"; }, {}, never, never, false, never>;
}

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

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