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

angular-busy2

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-busy2 - npm Package Compare versions

Comparing version 20.1.1 to 21.0.0

2

lib/cgBusy.component.d.ts

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

import { CgBusyOptions } from './cgBusy.interface';
import type { CgBusyOptions } from './cgBusy.interface';
import { CgBusyService } from './cgBusy.service';

@@ -3,0 +3,0 @@ import * as i0 from "@angular/core";

import { ComponentRef, ElementRef, OnChanges, OnDestroy, Renderer2, SimpleChanges, ViewContainerRef } from '@angular/core';
import { Observable, Subscription } from 'rxjs';
import { CgBusyComponent } from './cgBusy.component';
import { CgBusyOptions } from './cgBusy.interface';
import type { CgBusyOptions } from './cgBusy.interface';
import { CgBusyService } from './cgBusy.service';

@@ -6,0 +6,0 @@ import { CgBusyDefaults } from './cgBusyDefaults.service';

import { InjectionToken, TemplateRef } from '@angular/core';
import { CgBusyOptions } from './cgBusy.interface';
import type { CgBusyOptions } from './cgBusy.interface';
import * as i0 from "@angular/core";

@@ -4,0 +4,0 @@ export declare const BUSY_OPTIONS: InjectionToken<CgBusyOptions>;

{
"name": "angular-busy2",
"version": "20.1.1",
"version": "21.0.0",
"license": "MIT",

@@ -28,4 +28,4 @@ "homepage": "https://tiberiuzuld.github.io/angular-busy/",

"peerDependencies": {
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0"
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
},

@@ -43,4 +43,2 @@ "dependencies": {

"types": "./index.d.ts",
"esm2022": "./esm2022/angular-busy2.mjs",
"esm": "./esm2022/angular-busy2.mjs",
"default": "./fesm2022/angular-busy2.mjs"

@@ -47,0 +45,0 @@ }

@@ -1,4 +0,4 @@

export { CgBusyOptions } from './lib/cgBusy.interface';
export type { CgBusyOptions } from './lib/cgBusy.interface';
export { CgBusyModule } from './lib/cgBusy.module';
export { CgBusyDefaults } from './lib/cgBusyDefaults.service';
export { CgBusyDirective } from './lib/cgBusy.directive';

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