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

react-selectize

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-selectize - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

3

CHANGELOG.md

@@ -6,1 +6,4 @@ # React Selectize

* changed filterOptions signature for SimpleSelect from `[Item] -> Item -> String -> [Item]` to `[Item]-> String -> [Item]`
## v0.1.2 / 11th September 2015
* updated package.json added keywords & removed license property

18

package.json
{
"name": "react-selectize",
"version": "0.1.1",
"version": "0.1.2",
"description": "react implementation of selectize",

@@ -10,3 +10,2 @@ "main": "src/index.js",

"author": "Furqan Zafar",
"license": "ISC",
"dependencies": {

@@ -39,7 +38,18 @@ "prelude-extension": "0.0.5",

"watchify": "^2.4.0"
},
},
"repository": {
"type": "git",
"url": "https://github.com/furqanZafar/react-selectize.git"
}
},
"keywords": [
"react-component",
"select",
"selectize",
"multiselect",
"singleselect",
"simpleselect",
"tags",
"dropdown",
"combobox"
]
}
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