New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@tmpreltorem/image

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tmpreltorem/image - npm Package Compare versions

Comparing version
1.0.4
to
1.1.0
+11
CHANGELOG.md
# CHANGELOG
# 1.1.0 (2024-03-20)
### Bug Fixes
* some awesome change ([9e2c337](https://github.com/biati-digital/glightbox/commit/9e2c3377a92991aed5133f4df9cbdbd113ab978b))
+8
-5
{
"name": "@tmpreltorem/image",
"version": "1.0.4",
"version": "1.1.0",
"description": "Add support for displaying images in the lightbox",

@@ -13,10 +13,13 @@ "type": "module",

"build": "tsc && vite build",
"preview": "vite preview"
"preview": "vite preview",
"prepublish": "npm run build"
},
"keywords": [],
"keywords": [
"glightbox"
],
"publishConfig": {
"access": "public"
},
"author": "",
"author": "Biati Digital",
"license": "GPLV3"
}
}