react-slider
Advanced tools
Comparing version 0.6.1 to 0.7.0
{ | ||
"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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34552
684
1