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.8.0 to 0.9.0

11

CHANGELOG.md

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

# [0.9.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.8.0...reakit-system@0.9.0) (2020-02-10)
### Features
* Add `Disclosure` module and deprecate `Hidden` ([#541](https://github.com/reakit/reakit/tree/master/packages/reakit-system/issues/541)) ([4397ab0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/commit/4397ab0ea70e78ed187d6f463a5941f72907afb0))
# [0.8.0](https://github.com/reakit/reakit/tree/master/packages/reakit-system/compare/reakit-system@0.7.2...reakit-system@0.8.0) (2020-02-05)

@@ -8,0 +19,0 @@

2

es/mergeSystem.js

@@ -84,3 +84,3 @@ import { isObject } from 'reakit-utils/isObject';

* const mySystem = {
* useHiddenProps() {}
* useButtonProps() {}
* };

@@ -87,0 +87,0 @@ *

@@ -88,3 +88,3 @@ 'use strict';

* const mySystem = {
* useHiddenProps() {}
* useButtonProps() {}
* };

@@ -91,0 +91,0 @@ *

{
"name": "reakit-system",
"version": "0.8.0",
"version": "0.9.0",
"description": "Reakit System utils",

@@ -34,3 +34,3 @@ "sideEffects": false,

"devDependencies": {
"reakit-utils": "^0.8.0"
"reakit-utils": "^0.9.0"
},

@@ -40,6 +40,6 @@ "peerDependencies": {

"react-dom": "^16.8.0",
"reakit": "^1.0.0-beta.11",
"reakit-utils": "^0.7.0"
"reakit": "^1.0.0-beta.16",
"reakit-utils": "^0.9.0"
},
"gitHead": "fe9685838d8dbc746122bbfff6b8630b7d4d6b9e"
"gitHead": "843dd4312fe21f3d7c18b94bd6b60182d306f946"
}

@@ -128,3 +128,3 @@ # reakit-system

const mySystem = {
useHiddenProps() {}
useButtonProps() {}
};

@@ -131,0 +131,0 @@

@@ -46,3 +46,3 @@ import { isObject } from "reakit-utils/isObject";

* const mySystem = {
* useHiddenProps() {}
* useButtonProps() {}
* };

@@ -49,0 +49,0 @@ *

@@ -12,3 +12,3 @@ import { UnionToIntersection } from "reakit-utils/types";

* const mySystem = {
* useHiddenProps() {}
* useButtonProps() {}
* };

@@ -15,0 +15,0 @@ *

Sorry, the diff of this file is not supported yet

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