Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-image-gallery

Package Overview
Dependencies
Maintainers
1
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-image-gallery - npm Package Compare versions

Comparing version 0.8.18 to 0.9.0

11

package.json
{
"name": "react-image-gallery",
"version": "0.8.18",
"version": "0.9.0",
"description": "React carousel image gallery component with thumbnail and mobile support",

@@ -47,3 +47,3 @@ "main": "./build/image-gallery.js",

"browserify": "^13.1.1",
"eslint": "^6.0.1",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",

@@ -62,3 +62,4 @@ "eslint-plugin-import": "^2.18.0",

"gulp-uglify": "^1.5.3",
"react-dom": "^16.4.0",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"vinyl-buffer": "^1.0.0",

@@ -68,4 +69,6 @@ "vinyl-source-stream": "^1.1.0",

},
"peerDependencies": {
"react": "^16.0.0"
},
"dependencies": {
"react": "^16.4.0",
"lodash.debounce": "^4.0.8",

@@ -72,0 +75,0 @@ "lodash.throttle": "^4.1.1",

@@ -25,6 +25,7 @@ React Carousel Image Gallery

> `react-image-gallery` requires React 16.0.0 and above.
```
npm install react-image-gallery
```
### Style import

@@ -47,3 +48,5 @@

> When using webpack with css-loader, use `@import "~react-image-gallery/styles/scss/image-gallery.scss"` notation. [Read more abou it](https://github.com/webpack-contrib/css-loader#url)
### Example

@@ -240,2 +243,4 @@ Need more example? See [`example/app.js`](https://github.com/xiaolin/react-image-gallery/blob/master/example/app.js)

The following functions can be accessed using [refs](https://reactjs.org/docs/refs-and-the-dom.html)
* `play()`: plays the slides

@@ -242,0 +247,0 @@ * `pause()`: pauses the slides

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