Socket
Socket
Sign inDemoInstall

react-select2

Package Overview
Dependencies
23
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 4.0.0

css/select2.css

106

package.json
{
"name": "react-select2",
"version": "1.0.0",
"description": "react-select2",
"main": "lib/index.js",
"author": {
"name": "luqin"
},
"keywords": [
"react",
"widgets",
"component",
"react-component"
"version": "4.0.0",
"description": "React component for Select2",
"main": "lib/components/Select2.js",
"files": [
"lib",
"src",
"css"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "cd examples && node server.js",
"watch": "cd examples && webpack --watch",
"build": "cd examples && webpack -p",
"compile": "babel -d lib/ src/",
"prepublish": "npm run compile"
},
"peerDependencies": {
"react": ">=0.13"
"repository": {
"type": "git",
"url": "https://github.com/luqin/react-select2"
},
"keywords": [
"react-component",
"select2",
"tags",
"multiselect",
"select",
"input"
],
"dependencies": {
"classnames": "^2.0.0"
"jquery": "^2.1.4",
"select2": "^4.0.0",
"shallow-equal-fuzzy": "^0.0.2"
},
"devDependencies": {
"babel": "^5.2.17",
"babel-core": "^5.2.17",
"babel-loader": "^5.0.0",
"chance": "^0.7.1",
"css-loader": "^0.7.1",
"del": "^1.1.1",
"extract-text-webpack-plugin": "^0.3.8",
"file-loader": "^0.8.1",
"gulp": "^3.6.2",
"gulp-babel-helpers": "^1.1.2",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.0.2",
"gulp-less": "^1.2.3",
"gulp-plumber": "^0.6.3",
"gulp-rename": "^1.2.0",
"gulp-strip-debug": "^1.0.2",
"gulp-uglify": "^0.3.0",
"gulp-webpack": "^0.3.0",
"imports-loader": "^0.6.3",
"json-loader": "^0.5.1",
"less": "^1.7.4",
"less-loader": "^0.7.7",
"lodash": "^3.0.0",
"merge-stream": "^0.1.7",
"phantomjs": "~1.9.10",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"react-bootstrap": "^0.13.0",
"react-hot-loader": "^1.2.0",
"react-router": "^0.13.2",
"scriptjs": "^2.5.7",
"style-loader": "^0.7.0",
"url-loader": "^0.5.5",
"webpack": "^1.7.2",
"webpack-dev-server": "^1.7.0",
"jquery": "*",
"select2": "3.5.2-browserify"
}
}
"babel": "^6.3.26",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"eslint-plugin-react": "^3.16.1",
"extract-text-webpack-plugin": "^1.0.1",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-hot-loader": "^1.3.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.11",
"webpack-dev-server": "^1.14.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc || ^15.0.0"
},
"license": "MIT"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc