Socket
Socket
Sign inDemoInstall

ngx-cdk-lightbox

Package Overview
Dependencies
63
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 15.0.1 to 16.0.0

esm2022/components/ngx-cdk-lightbox.component.mjs

26

package.json
{
"name": "ngx-cdk-lightbox",
"description": "Custom implementation of CDK to display image gallery in lightbox.",
"version": "15.0.1",
"version": "16.0.0",
"author": "miskith",

@@ -22,15 +22,11 @@ "license": "MIT",

"peerDependencies": {
"@angular/common": "^15.1.1",
"@angular/core": "^15.1.1",
"@angular/cdk": "^15.1.1",
"@angular/material": "^15.1.1"
"@angular/common": "^16.0.1",
"@angular/core": "^16.0.1",
"@angular/cdk": "^16.0.1",
"@angular/material": "^16.0.1"
},
"dependencies": {
"tslib": "^2.4.1"
"tslib": "^2.5.0"
},
"module": "fesm2015/ngx-cdk-lightbox.mjs",
"es2020": "fesm2020/ngx-cdk-lightbox.mjs",
"esm2020": "esm2020/ngx-cdk-lightbox.mjs",
"fesm2020": "fesm2020/ngx-cdk-lightbox.mjs",
"fesm2015": "fesm2015/ngx-cdk-lightbox.mjs",
"module": "fesm2022/ngx-cdk-lightbox.mjs",
"typings": "index.d.ts",

@@ -43,7 +39,5 @@ "exports": {

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

@@ -50,0 +44,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc