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.13.1 to 0.14.0-alpha.0

6

package.json
{
"name": "reakit-system",
"version": "0.13.1",
"version": "0.14.0-alpha.0",
"description": "Reakit System utils",

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

"dependencies": {
"reakit-utils": "^0.13.1"
"reakit-utils": "^0.14.0-alpha.0"
},

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

},
"gitHead": "d9e292e72e2f45e1f0a31257dc3de5d73ab7437e"
"gitHead": "d57b97f2f64c883a95c73acf7ad0275dfdbd642a"
}

@@ -22,3 +22,3 @@ import { toArray } from "reakit-utils/toArray";

propsAreEqual?: (prev: O & P, next: O & P) => boolean;
keys?: ReadonlyArray<keyof O>;
keys?: ReadonlyArray<string>;
};

@@ -25,0 +25,0 @@

@@ -19,3 +19,3 @@ declare type Hook<O = any, P = any> = {

propsAreEqual?: (prev: O & P, next: O & P) => boolean;
keys?: ReadonlyArray<keyof O>;
keys?: ReadonlyArray<string>;
};

@@ -22,0 +22,0 @@ /**

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