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

use-popper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-popper - npm Package Compare versions

Comparing version

to
0.0.1

README.md

55

package.json
{
"name": "use-popper",
"version": "0.0.0",
"description": "",
"main": "index.js",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"tsc": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sandiiarov/use-popper.git"
"babel": {
"presets": [
"@babel/preset-typescript",
"@babel/preset-react"
]
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sandiiarov/use-popper/issues"
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg"
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-types"
]
]
},
"homepage": "https://github.com/sandiiarov/use-popper#readme"
"peerDependencies": {
"react": ">=16.8.0"
},
"dependencies": {
"popper.js": "1.14.7"
},
"devDependencies": {
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@pika/pack": "0.3.5",
"@pika/plugin-build-node": "0.3.14",
"@pika/plugin-build-types": "0.3.14",
"@pika/plugin-build-web": "0.3.14",
"@pika/plugin-standard-pkg": "0.3.14",
"@types/react": "16.8.8",
"react": "16.8.5",
"react-dom": "16.8.5",
"typescript": "3.3.3333"
}
}