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

react-clickout

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-clickout - npm Package Compare versions

Comparing version 3.0.0 to 3.0.2

dist/index.d.ts

11

package.json
{
"name": "react-clickout",
"version": "3.0.0",
"version": "3.0.2",
"main": "dist/index.js",
"typings": "dist/src/index.d.ts",
"types": "./dist/index.d.ts",
"scripts": {
"test": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --recursive test/**/*",
"build": "tsc --emitDeclarationOnly && babel src --out-dir dist --extensions \".ts,.tsx\"",
"prepublish": "npm run build",
"build:types": "tsc --emitDeclarationOnly",
"build:compile": "babel src --out-dir dist --extensions \".ts,.tsx\"",
"build:copy": "cp ./types/src/index.d.ts ./dist/index.d.ts",
"build": "npm run build:types && npm run build:compile && npm run build:copy",
"prepublishOnly": "npm run build",
"go": "watchexec -e js,json,ts,tsx -w src -r yarn build"

@@ -11,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