react-image-lightbox
Advanced tools
Comparing version 4.4.0 to 4.4.1
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="4.4.1"></a> | ||
## [4.4.1](https://github.com/fritz-c/react-image-lightbox/compare/v4.4.0...v4.4.1) (2018-01-14) | ||
### Bug Fixes | ||
* handle environment with no navigator. Fixes [#97](https://github.com/fritz-c/react-image-lightbox/issues/97) ([7f36b72](https://github.com/fritz-c/react-image-lightbox/commit/7f36b72)) | ||
<a name="4.4.0"></a> | ||
@@ -7,0 +17,0 @@ # [4.4.0](https://github.com/fritz-c/react-image-lightbox/compare/v4.3.0...v4.4.0) (2017-12-17) |
{ | ||
"name": "react-image-lightbox", | ||
"version": "4.4.0", | ||
"version": "4.4.1", | ||
"description": "A lightbox component for React.js", | ||
@@ -56,3 +56,3 @@ "scripts": { | ||
"prop-types": "^15.5.8", | ||
"react-modal": "^3.1.8" | ||
"react-modal": "^3.1.10" | ||
}, | ||
@@ -64,3 +64,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"autoprefixer": "^7.2.3", | ||
"autoprefixer": "^7.2.5", | ||
"babel-cli": "^6.10.1", | ||
@@ -74,8 +74,8 @@ "babel-core": "^6.10.4", | ||
"coveralls": "^3.0.0", | ||
"cross-env": "^5.1.1", | ||
"css-loader": "^0.28.7", | ||
"enzyme": "^3.2.0", | ||
"enzyme-adapter-react-16": "^1.1.0", | ||
"cross-env": "^5.1.3", | ||
"css-loader": "^0.28.8", | ||
"enzyme": "^3.3.0", | ||
"enzyme-adapter-react-16": "^1.1.1", | ||
"enzyme-to-json": "^3.3.0", | ||
"eslint": "^4.13.1", | ||
"eslint": "^4.15.0", | ||
"eslint-config-airbnb": "^16.1.0", | ||
@@ -91,7 +91,7 @@ "eslint-config-prettier": "^2.9.0", | ||
"isomorphic-style-loader": "^4.0.0", | ||
"jest": "^21.2.1", | ||
"jest-enzyme": "^4.0.1", | ||
"jest": "^22.0.6", | ||
"jest-enzyme": "^4.0.2", | ||
"node-sass": "^4.7.2", | ||
"postcss-loader": "^2.0.9", | ||
"prettier": "^1.9.2", | ||
"postcss-loader": "^2.0.10", | ||
"prettier": "^1.10.2", | ||
"react": "^16.2.0", | ||
@@ -103,3 +103,3 @@ "react-dom": "^16.2.0", | ||
"webpack": "^3.10.0", | ||
"webpack-dev-server": "^2.9.7", | ||
"webpack-dev-server": "^2.10.1", | ||
"webpack-node-externals": "^1.6.0" | ||
@@ -106,0 +106,0 @@ }, |
Sorry, the diff of this file is too big to display
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances in 1 package
115908
1608
2
Updatedreact-modal@^3.1.10