Socket
Socket
Sign inDemoInstall

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.11.0 to 0.12.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [0.12.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.11.0...reakit-system@0.12.0) (2020-04-29)
**Note:** Version bump only for package reakit-system
# [0.11.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.10.0...reakit-system@0.11.0) (2020-04-20)

@@ -8,0 +16,0 @@

10

package.json
{
"name": "reakit-system",
"version": "0.11.0",
"version": "0.12.0",
"description": "Reakit System utils",

@@ -22,4 +22,4 @@ "sideEffects": false,

"lint": "eslint . --ext js,ts,tsx",
"clean": "../../scripts/build/clean.js",
"build": "../../scripts/build/build.js",
"clean": "node ../../scripts/build/clean.js",
"build": "node ../../scripts/build/build.js",
"docs": "documentation readme src/*.{ts,tsx} --markdown-toc-max-depth=2 --section=API --parse-extension ts --parse-extension tsx",

@@ -35,3 +35,3 @@ "preversion": "yarn lint && yarn test && yarn docs && yarn build",

"dependencies": {
"reakit-utils": "^0.11.0"
"reakit-utils": "^0.12.0"
},

@@ -42,3 +42,3 @@ "peerDependencies": {

},
"gitHead": "7289c202a077e3651e69bf392e1a51ee26622c90"
"gitHead": "0c51c4f3dc1ec9a83b9d915039ad8167f4e4217b"
}
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