🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

use-global-hook

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-global-hook - npm Package Compare versions

Comparing version

to
0.2.0

{
"license": "MIT",
"main": "src/core/index.js",
"name": "use-global-hook",
"repository": "github:andregardi/use-global-hook",
"type":"module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.13",
"author": "andregardi"
}
"version": "0.2.0",
"author": "andregardi",
"name": "use-global-hook",
"license": "MIT",
"private": false,
"peerDependencies": {
"react": "^16.8.0"
},
"engines": {
"node": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/andregardi/use-global-hook.git"
},
"bugs": {
"url": "https://github.com/andregardi/use-global-hook/issues"
},
"main": "./cjs/index.js",
"module": "./esm/index.js"
}