You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular2-image-gallery

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-image-gallery - npm Package Compare versions

Comparing version

to
19.0.0

convert.js

29

package.json
{
"name": "angular2-image-gallery",
"version": "18.0.0",
"description": "Responsive Angular 18 image gallery",
"version": "19.0.0",
"description": "Responsive Angular 19 image gallery",
"repository": {

@@ -21,8 +21,8 @@ "type": "git",

"bin": {
"angular2-image-gallery": "./convert.js"
"angular2-image-gallery": "convert.js"
},
"private": false,
"peerDependencies": {
"@angular/common": "~18.x.x",
"@angular/core": "~18.x.x",
"@angular/common": "~19.x.x",
"@angular/core": "~19.x.x",
"app-root-path": "~3.1.x",

@@ -42,3 +42,18 @@ "gm": "~1.23.1",

"angular2"
]
}
],
"module": "fesm2022/angular2-image-gallery.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/angular2-image-gallery.mjs"
}
},
"sideEffects": false,
"dependencies": {
"tslib": "^2.3.0"
}
}