react-image-lightbox-rotate
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "react-image-lightbox-rotate", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Rotate wrapper for react-image-lightbox", | ||
@@ -12,3 +12,4 @@ "main": "dist/umd/react-image-lightbox.js", | ||
"start": "cross-env NODE_ENV=development ./node_modules/.bin/webpack-dev-server --hot --inline --config webpack.config.dev.babel.js", | ||
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config webpack.config.umd.babel.js" | ||
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config webpack.config.umd.babel.js", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -34,3 +35,3 @@ "repository": { | ||
"prop-types": "^15.5.10", | ||
"react-image-lightbox": "^4.1.0" | ||
"react-image-lightbox": "^4.3.0" | ||
}, | ||
@@ -37,0 +38,0 @@ "devDependencies": { |
@@ -5,2 +5,4 @@ # React Image Lightbox (rotate) | ||
### Installation | ||
```npm i react-image-lightbox-rotate --save``` | ||
@@ -7,0 +9,0 @@ ### License |
Sorry, the diff of this file is too big to display
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
171754
2809
14
Updatedreact-image-lightbox@^4.3.0