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

@seafile/react-image-lightbox

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@seafile/react-image-lightbox - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

14

package.json
{
"name": "@seafile/react-image-lightbox",
"version": "0.0.9",
"version": "0.0.10",
"description": "A lightbox component for React.js",

@@ -13,6 +13,6 @@ "scripts": {

"prettier": "prettier --write \"./**/*.{md,js,css}\" \"!./{build,dist}/**\" \"!./style.css*\"",
"prepublishOnly": "yarn run lint && yarn run test && yarn run build",
"prepublishOnly": "npm run lint && npm run test && npm run build",
"test": "jest",
"test:watch": "jest --watchAll",
"deploy": "yarn run build:demo && gh-pages -d build",
"deploy": "npm run build:demo && gh-pages -d build",
"release": "standard-version"

@@ -48,8 +48,8 @@ },

"dependencies": {
"prop-types": "^15.6.2",
"react-modal": "^3.11.1"
"prop-types": "^15.8.1",
"react-modal": "^3.16.1"
},
"peerDependencies": {
"react": "^16.x",
"react-dom": "^16.x"
"react": "^16.x || ^17.0.0 || ^18.0.0",
"react-dom": "^16.x || ^17.0.0 || ^18.0.0"
},

@@ -56,0 +56,0 @@ "devDependencies": {

@@ -137,3 +137,3 @@ # Seafile React Image Lightbox

# Lints the code with eslint and my custom rules.
yarn run lint
npm run lint

@@ -143,3 +143,3 @@ # Lints and builds the code, placing the result in the dist directory.

# `npm link`-ed to this repository from another local project.
yarn run build
npm run build
```

@@ -146,0 +146,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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