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

react-rangefilter

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-rangefilter - npm Package Compare versions

Comparing version 1.0.36 to 1.0.37

1

dist/index.js

@@ -346,2 +346,3 @@ (function (global, factory) {

},
"Classname": this.props.Scopefocus.Classname,
"Profile": {

@@ -348,0 +349,0 @@ "axis": "x",

18

package.json
{
"name": "react-rangefilter",
"version": "1.0.36",
"description": "A React component for filtering linearly displayed data by range.",
"version": "1.0.37",
"description": "A React component to filter linearly displayed data bounded by a range.",
"main": "react-rangefilter.js",

@@ -11,14 +11,20 @@ "scripts": {

"repository": {
"type": "",
"url": ""
"type": "GitHub",
"url": "https://github.com/uismithing/react-rangefilter"
},
"keywords": [
"react",
"component",
"rangefilter",
"range-filter",
"react-rangefilter",
"component"
"react-range-filter",
"react-rangefilter-component",
"rangefilter-component",
"npm-react-rangefilter",
"npm-component"
],
"author": "uismithing|alexzubko <inquiries@uismithing.com> (http://www.uismithing.com)",
"license": "MIT",
"homepage": "",
"homepage": "http://www.uismithing.com",
"peerDependencies": {

@@ -25,0 +31,0 @@ "react": "~0.14.8 || ^15.0.0",

@@ -5,2 +5,9 @@ ## React Rangefilter

### Features
* Full React/Flux pattern
* Minimal dependencies (lodash, react-draggable)
* Callbacks for onClick and onChange
* Fluid layout
* CSS Rich
### Try it

@@ -10,17 +17,9 @@ See the demo at [http://www.uismithing.com/main/rangefilter](http://www.uismithing.com/main/rangefilter).

### Repository
[https://github.com/uismithing/react-rangefilter](https://github.com/uismithing/react-rangefilter)
### Install
`npm install react-rangefilter -s`
`not yet indexed with npm`
### Features
* Full React/Flux pattern
* Minimal dependencies (lodash, react-draggable)
* Callbacks for onClick and onChange
* Fluid layout
* CSS Rich
### Deploy
`import Rangefilter from "../rangefilter"`
`import Rangefilter from "react-rangefilter"`

@@ -27,0 +26,0 @@ `<Rangefilter {...props}/>`

@@ -342,2 +342,3 @@ import React, {Component, PropTypes} from "react";

},
"Classname":this.props.Scopefocus.Classname,
"Profile":

@@ -344,0 +345,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