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 2.0.0 to 2.0.1

2

bower.json
{
"name": "react-selectize",
"version": "2.0.0",
"version": "2.0.1",
"homepage": "https://github.com/furqanZafar/react-selectize",

@@ -5,0 +5,0 @@ "authors": [

# React Selectize
## v2.0.1 / 11th April 2016
## v2.0.0 / 11th April 2016

@@ -4,0 +5,0 @@ * switched to major version semver

{
"name": "react-selectize",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Stateless & Flexible Select component for React inspired by Selectize",

@@ -18,6 +18,6 @@ "main": "src/index.js",

"peerDependencies": {
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-addons-shallow-compare": "^0.14.0",
"react-dom": "^0.14.0"
"react": "^0.14.0 || ^15.0.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0",
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
},

@@ -57,7 +57,7 @@ "browserify-shim": {

"nib": "^1.1.0",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-addons-shallow-compare": "^0.14.6",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"react": "^0.14.0 || ^15.0.0",
"react-addons-css-transition-group": "^0.14.0 || ^15.0.0",
"react-addons-shallow-compare": "^0.14.0 || ^15.0.0",
"react-addons-test-utils": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0",
"react-router": "^1.0.0-rc1",

@@ -64,0 +64,0 @@ "react-tools": "^0.13.3",

@@ -16,3 +16,3 @@ [![npm version](https://badge.fury.io/js/react-selectize.svg)](https://badge.fury.io/js/react-selectize)

- [Changelog](CHANGELOG.md) (last updated on 18th March 2016)
- [Changelog](CHANGELOG.md) (last updated on 11th April 2016)
- [API Reference](API.md)

@@ -55,3 +55,3 @@

* **bower:**
`bower install https://npmcdn.com/react-selectize@2.0.0/bower.zip`
`bower install https://npmcdn.com/react-selectize@2.0.1/bower.zip`

@@ -71,6 +71,6 @@ * **1998 script tag:**

<!-- REACT SELECTIZE -->
<script src="https://npmcdn.com/react-selectize@2.0.0/dist/index.min.js" type="text/javascript" ></script>
<script src="https://npmcdn.com/react-selectize@2.0.1/dist/index.min.js" type="text/javascript" ></script>
<!-- THEMES (default, bootstrap3, material) -->
<link rel="stylesheet" href="https://npmcdn.com/react-selectize@2.0.0/dist/index.min.css"/>
<link rel="stylesheet" href="https://npmcdn.com/react-selectize@2.0.1/dist/index.min.css"/>

@@ -77,0 +77,0 @@ </head>

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