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

react-keyboard-hook

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-keyboard-hook - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

12

package.json
{
"name": "react-keyboard-hook",
"version": "0.0.2",
"version": "0.0.3",
"description": "React hook for keyboard events.",

@@ -13,11 +13,11 @@ "repository": "https://github.com/Antfroze/react-keyboard-hook.git",

},
"main": "./dist/my-component-lib.umd.js",
"module": "./dist/my-component-lib.es.js",
"main": "./dist/react-keyboard-hook.umd.js",
"module": "./dist/react-keyboard-hook.es.js",
"exports": {
".": {
"import": "./dist/my-component-lib.es.js",
"require": "./dist/my-component-lib.umd.js"
"import": "./dist/react-keyboard-hook.es.js",
"require": "./dist/react-keyboard-hook.umd.js"
}
},
"types": "./dist/types/index.d.ts",
"types": "./dist/index.d.ts",
"files": [

@@ -24,0 +24,0 @@ "dist"

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