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

reakit-utils

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reakit-utils - npm Package Compare versions

Comparing version 0.0.1 to 0.6.1

CHANGELOG.md

39

package.json
{
"name": "reakit-utils",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.6.1",
"description": "Reakit utils",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/reakit/reakit/tree/master/packages/reakit-utils",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/reakit-utils.min.js",
"types": "ts",
"author": {
"name": "Diego Haz",
"email": "hazdiego@gmail.com",
"url": "https://github.com/diegohaz"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "jest",
"coverage": "yarn test --coverage",
"postcoverage": "open-cli coverage/lcov-report/index.html",
"lint": "eslint . --ext js,ts,tsx",
"clean": "../../scripts/build/clean.js",
"build": "../../scripts/build/build.js",
"docs": "../../scripts/build/docs.js",
"preversion": "yarn lint && yarn test && yarn build",
"postpublish": "yarn clean"
},
"author": "",
"license": "ISC"
"keywords": [
"reakit",
"react",
"utils"
],
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"gitHead": "2a3d5f88985e4fb5127201e2bfcd737abc6ee249"
}
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