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

react-filtered-multiselect

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-filtered-multiselect - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 0.3.2 - 2015-03-11
Re-bundled with latest Browserify (9.x) and React (0.13.x), but still
compatible with React 0.12.x.
## 0.3.1 - 2015-01-13

@@ -2,0 +7,0 @@

2

lib/index.js

@@ -40,3 +40,3 @@ 'use strict';

var FilteredMultiSelect = React.createClass({displayName: 'FilteredMultiSelect',
var FilteredMultiSelect = React.createClass({displayName: "FilteredMultiSelect",
propTypes: {

@@ -43,0 +43,0 @@ buttonText: React.PropTypes.string

{
"name": "react-filtered-multiselect",
"description": "Filtered multi-select React component",
"version": "0.3.1",
"version": "0.3.2",
"main": "./lib/index.js",

@@ -16,20 +16,23 @@ "homepage": "https://github.com/insin/react-filtered-multiselect",

"devDependencies": {
"browserify": "^7.1.0",
"browserify-shim": "^3.8.1",
"browserify": "^9.0.3",
"browserify-shim": "^3.8.3",
"del": "^1.1.1",
"gulp": "^3.8.10",
"gulp": "^3.8.11",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.9.0",
"gulp-plumber": "^0.6.6",
"gulp-react": "^2.0.0",
"gulp-jshint": "^1.9.2",
"gulp-plumber": "^1.0.0",
"gulp-react": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"vinyl-source-stream": "^1.0.0"
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jshint-stylish": "^1.0.1",
"react": ">=0.12.0",
"tape": "^3.5.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"debug": "gulp --debug",
"dist": "gulp bundle-js --production",
"dist": "gulp bundle-js --production --release && gulp bundle-js --development --release",
"test": "gulp transpile-js && tape test/*.js",
"watch": "gulp"

@@ -36,0 +39,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