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

ngx-panzoom

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-panzoom - npm Package Compare versions

Comparing version 15.0.0 to 16.0.0

esm2022/lib/panzoom-api.mjs

2

lib/panzoom.component.d.ts

@@ -99,3 +99,3 @@ import { OnInit, AfterViewInit, OnDestroy, NgZone } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<PanZoomComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PanZoomComponent, "pan-zoom", never, { "config": "config"; }, {}, never, ["*"], false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<PanZoomComponent, "pan-zoom", never, { "config": { "alias": "config"; "required": false; }; }, {}, never, ["*"], true, never>;
}

@@ -5,4 +5,4 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<NgxPanZoomModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxPanZoomModule, [typeof i1.PanZoomComponent], never, [typeof i1.PanZoomComponent]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxPanZoomModule, never, [typeof i1.PanZoomComponent], [typeof i1.PanZoomComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxPanZoomModule>;
}

@@ -10,6 +10,6 @@ {

},
"version": "15.0.0",
"version": "16.0.0",
"peerDependencies": {
"@angular/common": ">=15.0.0 < 16.0.0",
"@angular/core": ">=15.0.0 < 16.0.0"
"@angular/common": ">=16.0.0 < 17.0.0",
"@angular/core": ">=16.0.0 < 17.0.0"
},

@@ -19,7 +19,3 @@ "dependencies": {

},
"module": "fesm2015/ngx-panzoom.mjs",
"es2020": "fesm2020/ngx-panzoom.mjs",
"esm2020": "esm2020/ngx-panzoom.mjs",
"fesm2020": "fesm2020/ngx-panzoom.mjs",
"fesm2015": "fesm2015/ngx-panzoom.mjs",
"module": "fesm2022/ngx-panzoom.mjs",
"typings": "index.d.ts",

@@ -32,7 +28,5 @@ "exports": {

"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-panzoom.mjs",
"es2020": "./fesm2020/ngx-panzoom.mjs",
"es2015": "./fesm2015/ngx-panzoom.mjs",
"node": "./fesm2015/ngx-panzoom.mjs",
"default": "./fesm2020/ngx-panzoom.mjs"
"esm2022": "./esm2022/ngx-panzoom.mjs",
"esm": "./esm2022/ngx-panzoom.mjs",
"default": "./fesm2022/ngx-panzoom.mjs"
}

@@ -39,0 +33,0 @@ },

@@ -7,1 +7,2 @@ export * from './lib/panzoom.module';

export * from './lib/types/panzoom-config-options';
export { Rect } from './lib/types/rect';

@@ -22,2 +22,6 @@ # ngx-panzoom

# Version 16.x Changes
- Updated for Angular 16.x.
# Version 15.x Changes

@@ -24,0 +28,0 @@

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