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 12.0.0 to 13.0.0

esm2020/lib/panzoom-api.mjs

29

package.json

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

},
"version": "12.0.0",
"version": "13.0.0",
"peerDependencies": {
"@angular/common": ">=12.0.0 < 13.0.0",
"@angular/core": ">=12.0.0 < 13.0.0"
"@angular/common": ">=13.0.0 < 14.0.0",
"@angular/core": ">=13.0.0 < 14.0.0"
},

@@ -19,9 +19,22 @@ "dependencies": {

},
"main": "bundles/ngx-panzoom.umd.js",
"module": "fesm2015/ngx-panzoom.js",
"es2015": "fesm2015/ngx-panzoom.js",
"esm2015": "esm2015/ngx-panzoom.js",
"fesm2015": "fesm2015/ngx-panzoom.js",
"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",
"typings": "ngx-panzoom.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-panzoom.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"
}
},
"sideEffects": false
}
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