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

react-animated-slider

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-animated-slider - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

8

package.json
{
"name": "react-animated-slider",
"version": "1.1.1",
"version": "1.1.2",
"description": "Animated slider component for react",

@@ -11,5 +11,5 @@ "main": "build/index.js",

"lint": "eslint src",
"deploy": "npm run build && npm run build:pages && npm publish && npm run deploy:pages",
"deploy:pages": "gh-pages -d pages",
"build:pages": "webpack --mode production --config webpack.config.pages.js"
"predeploy": "webpack --mode production --config webpack.config.pages.js",
"deploy": "gh-pages -d pages",
"prepublish": "npm run lint && npm run test && npm run build"
},

@@ -16,0 +16,0 @@ "repository": {

@@ -12,3 +12,3 @@ # react-animated-slider

[Demo](http://erichbehrens.github.io/react-animated-slider/) - [Codesandbox Playground](https://codesandbox.io/s/p582xl40j)
[Demo](https://erichbehrens.github.io/react-animated-slider/) - [Codesandbox Playground](https://codesandbox.io/s/p582xl40j)

@@ -92,3 +92,3 @@ ![Preview](https://res.cloudinary.com/riangle/image/upload/v1511700118/react-animated-slider_qqedfm.png)

```js
<Slider onSlideChange={event => console.log(event.slideIndex)>
<Slider onSlideChange={event => console.log(event.slideIndex)}>
```

@@ -95,0 +95,0 @@

@@ -10,3 +10,3 @@ import React from 'react';

<a href="https://github.com/erichbehrens/react-animated-slider" target="_blank">
<img src="http://svgshare.com/i/3zm.svg" alt="GitHub Repository" />
<img src="https://svgshare.com/i/3zm.svg" alt="GitHub Repository" />
</a>

@@ -13,0 +13,0 @@ </h1>

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