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

react-click-away-listener

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-click-away-listener - npm Package Compare versions

Comparing version 1.5.3 to 1.6.0

17

package.json
{
"name": "react-click-away-listener",
"version": "1.5.3",
"version": "1.6.0",
"description": "A simple click away listener built with React Hooks",

@@ -16,2 +16,3 @@ "main": "dist/react-click-away-listener.js",

"build:declaration": "tsc",
"semantic-release": "semantic-release",
"cleanup": "rimraf dist",

@@ -36,2 +37,3 @@ "build": "npm run cleanup && npm-run-all build:*",

"@rollup/plugin-babel": "^5.2.0",
"@semantic-release/npm": "^7.0.10",
"@testing-library/react": "^9.3.1",

@@ -73,3 +75,16 @@ "@types/jest": "^24.0.21",

}
},
"release": {
"branches": [
"main",
{
"name": "beta",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/npm"
]
}
}
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