You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@meadow/react-slider

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@meadow/react-slider - npm Package Compare versions

Comparing version

to
1.0.1-rc.1

5

package.json
{
"name": "@meadow/react-slider",
"version": "1.0.1-alpha.1",
"version": "1.0.1-rc.1",
"description": "Clean and simple Slider component. For when <input type=\"range\" /> just won't do.",

@@ -8,3 +8,5 @@ "main": "lib/components/Slider.js",

"prepublish": "npm run build",
"postpublish": "npm run clean",
"build": "mkdirp lib/styles && stylus styles --out lib/styles && mkdirp lib/components && babel components --out-dir lib/components",
"clean": "trash lib",
"test": "zuul -- test/**/*.{js,jsx}",

@@ -42,2 +44,3 @@ "test:browser": "zuul --local 55555 -- test/**/*.{js,jsx}"

"tape": "^4.2.0",
"trash": "^2.0.0",
"watchify": "^3.4.0",

@@ -44,0 +47,0 @@ "zuul": "^3.5.0"