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

react-dropdown-now

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-now - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

9

package.json
{
"name": "react-dropdown-now",
"version": "1.0.4",
"version": "1.0.5",
"description": "React dropdown component",

@@ -87,3 +87,8 @@ "main": "dist/index.js",

"lint:fix": "eslint index.js --fix",
"test": "npm run lint && NODE_ENV=test ava --verbose"
"test": "npm run lint && NODE_ENV=test ava --verbose",
"prepublishOnly": "npm run prepare",
"publish": "git push origin --tags && git push origin",
"release:patch": "npm version patch && npm publish --access public",
"release:minor": "npm version minor && npm publish --access public",
"release:major": "npm version major && npm publish --access public"
},

@@ -90,0 +95,0 @@ "ava": {

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