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

@jalik/react-lightbox

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

@jalik/react-lightbox - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

13

CHANGELOG.md
# Changelog
## v1.0.8
- Added support for react 17.x
- Removed "prop-types" from "dependencies" (still in "peerDependencies")
## v1.0.7
- Upgraded dependencies
## v1.0.6
- Fixed keydown event being caught while lightbox hidden

@@ -11,5 +18,7 @@ - Upgraded dependencies

## v1.0.5
- Upgraded dependencies
## v1.0.4
- Fixed opening of images with encoded URL

@@ -19,5 +28,7 @@ - Upgraded dependencies

## v1.0.3
- Upgraded dependencies
## v1.0.2
- Fixed opening of images with URL containing one or more spaces

@@ -27,5 +38,7 @@ - Upgraded dependencies

## v1.0.1
- Fixed closing of light box when the main image is clicked
## v1.0.0
- First public release

9

package.json
{
"name": "@jalik/react-lightbox",
"version": "1.0.7",
"version": "1.0.8",
"description": "Light box component for React",

@@ -36,5 +36,2 @@ "main": "dist/index.js",

"license": "MIT",
"dependencies": {
"prop-types": "^15.7.2"
},
"devDependencies": {

@@ -60,5 +57,5 @@ "@babel/cli": "^7.14.3",

"peerDependencies": {
"prop-types": "^15.7.0",
"react": "^16.8.0"
"prop-types": "^15.7.2",
"react": "^16.8.0 || ^17.0.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