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

react-slider

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-slider - npm Package Compare versions

Comparing version 0.6.1 to 0.7.0

18

package.json
{
"name": "react-slider",
"version": "0.6.1",
"version": "0.7.0",
"description": "Slider component for React",

@@ -13,6 +13,12 @@ "main": "react-slider.js",

"author": "Michał Powaga <michalpowaga13@gmail.com>",
"contributors": [{
"name": "Florian Klampfer",
"email": "f.klampfer@gmail.com"
}],
"contributors": [
{
"name": "Florian Klampfer",
"email": "f.klampfer@gmail.com"
},
{
"name": "James Brauman",
"email": "james.22au@gmail.com"
}
],
"license": "MIT",

@@ -27,4 +33,4 @@ "scripts": {

"peerDependencies": {
"react": ">=0.14"
"react": ">=0.14 || ^15.0.0"
}
}

@@ -18,4 +18,2 @@ (function (root, factory) {

if (e.preventDefault) e.preventDefault();
e.cancelBubble = true;
e.returnValue = false;
return false;

@@ -26,3 +24,2 @@ }

if (e.stopPropagation) e.stopPropagation();
e.cancelBubble = true;
}

@@ -29,0 +26,0 @@

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