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

react-use-context-menu

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-use-context-menu - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

9

package.json
{
"name": "react-use-context-menu",
"version": "0.1.2",
"version": "0.1.3",
"description": "React hook for managing custom context menus!",
"main": "dist/use-context-menu.js",
"umd:main": "dist/react-hooks-lib.umd.js",
"module": "dist/use-context-menu.m.js",
"main": "dist/react-use-context-menu.js",
"module": "dist/react-use-context-menu.m.js",
"source": "src/index.js",

@@ -12,3 +11,3 @@ "scripts": {

"example": "parcel ./example/index.html --out-dir exampleDist",
"build": "microbundle -o dist/ --sourcemap false --compress false",
"build": "rm -rf ./dist && microbundle -o dist/ --sourcemap false --compress false -f es,cjs",
"dev": "microbundle watch -o dist/ --sourcemap false --compress false"

@@ -15,0 +14,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