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

react-dropdown

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropdown - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/index.js

@@ -65,2 +65,3 @@ 'use strict';

document.addEventListener('click', this.handleDocumentClick, false);
document.addEventListener('touchend', this.handleDocumentClick, false);
}

@@ -72,2 +73,3 @@ }, {

document.removeEventListener('click', this.handleDocumentClick, false);
document.removeEventListener('touchend', this.handleDocumentClick, false);
}

@@ -74,0 +76,0 @@ }, {

18

package.json
{
"name": "react-dropdown",
"version": "1.0.2",
"version": "1.0.3",
"description": "React dropdown component",

@@ -32,6 +32,8 @@ "main": "dist/index.js",

"dependencies": {
"classnames": "^2.2.3",
"react": "^0.14.7",
"react-dom": "^0.14.7"
"classnames": "^2.2.3"
},
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0-0",
"react-dom": "^0.14.7 || ^15.0.0-0"
},
"browserify": {

@@ -48,4 +50,8 @@ "transform": [

"babelify": "^7.2.0",
"browserify": "^13.0.0",
"browserify-hmr": "^0.3.1",
"ecstatic": "^1.4.0",
"gh-pages": "^0.11.0",
"react": "^0.14.7 || ^15.0.0-0",
"react-dom": "^0.14.7 || ^15.0.0-0",
"standard": "^6.0.7",

@@ -59,4 +65,6 @@ "watchify": "^3.7.0"

"start": "ecstatic -p 8080 example & npm run watch",
"prepublish": "npm test && npm run build"
"prepublish": "npm test && npm run build",
"predeploy": "npm test && browserify example/main.js -o example/bundle.js",
"deploy": "gh-pages -d example"
}
}

@@ -8,3 +8,3 @@ react-dropdown

Simple Dropdown component for React, inspired by [react-select](https://github.com/JedWatson/react-select)
Demo is available [here](https://fraserxu.github.io/react-dropdown)
Demo is available [here](http://fraserxu.me/react-dropdown/)

@@ -11,0 +11,0 @@ ### Why

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