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

reakit-system

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reakit-system - npm Package Compare versions

Comparing version 0.0.1 to 0.6.1

CHANGELOG.md

44

package.json
{
"name": "reakit-system",
"version": "0.0.1",
"description": "",
"main": "index.js",
"version": "0.6.1",
"description": "Reakit System utils",
"sideEffects": false,
"license": "MIT",
"repository": "https://github.com/reakit/reakit/tree/master/packages/reakit-system",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/reakit-system.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",
"system"
],
"devDependencies": {
"reakit-utils": "^0.6.1"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0",
"reakit": "^1.0.0-beta.2",
"reakit-utils": "^0.6.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