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

react-dropdown-aria

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dropdown-aria - npm Package Compare versions

Comparing version 1.1.3 to 1.2.0

dist/index.es.js

8

package.json
{
"name": "react-dropdown-aria",
"version": "1.1.3",
"version": "1.2.0",
"description": "Simple and accessible React dropdown component",
"main": "index.js",
"main": "dist/index.js",
"module": "dist/index.es.js",
"scripts": {

@@ -10,3 +11,3 @@ "dev": "concurrently \"npm run lib:dev\" \"npm run demo:dev\"",

"lib:dev": "rollup -c -w -o dist/react-dropdown-aria.dev.js",
"lib:prod": " SET NODE_ENV=production && rollup -c -o dist/react-dropdown-aria.min.js",
"lib:prod": "SET NODE_ENV=production && rollup -c",
"demo:dev": "webpack-dev-server --mode development --open --hot",

@@ -72,3 +73,2 @@ "demo:prod": "webpack --mode production",

"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-commonjs": "^9.1.5",
"rollup-plugin-node-resolve": "^3.3.0",

@@ -75,0 +75,0 @@ "rollup-plugin-uglify": "^4.0.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