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

@react-md/utils

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/utils - npm Package Compare versions

Comparing version 2.5.5 to 2.6.0

es/mode/index.js

17

CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [2.6.0](https://github.com/mlaursen/react-md/compare/v2.5.5...v2.6.0) (2021-02-13)
### Other Internal Changes
* **@react-md/utils:** Added better dev display names for UserInteractionMode context parts ([01f6e3d](https://github.com/mlaursen/react-md/commit/01f6e3dbc91086b2c76099e8ba75f595480c8302))
* **@react-md/utils:** refactored UserInteractionMode hooks and components ([af72791](https://github.com/mlaursen/react-md/commit/af7279154bf8d5b4d4c8ee83e8e0815354e5eee0))
## [2.5.5](https://github.com/mlaursen/react-md/compare/v2.5.4...v2.5.5) (2021-01-30)

@@ -7,0 +20,0 @@

2

es/index.js
export * from "./colors";
export * from "./events";
export * from "./interaction";
export * from "./layout";
export * from "./mode";
export * from "./search";

@@ -6,0 +6,0 @@ export * from "./sizing";

export * from "./colors";
export * from "./events";
export * from "./interaction";
export * from "./layout";
export * from "./mode";
export * from "./search";

@@ -6,0 +6,0 @@ export * from "./sizing";

@@ -15,4 +15,4 @@ "use strict";

__exportStar(require("./events"), exports);
__exportStar(require("./interaction"), exports);
__exportStar(require("./layout"), exports);
__exportStar(require("./mode"), exports);
__exportStar(require("./search"), exports);

@@ -19,0 +19,0 @@ __exportStar(require("./sizing"), exports);

{
"name": "@react-md/utils",
"version": "2.5.5",
"version": "2.6.0",
"description": "General utils for react-md.",

@@ -50,3 +50,3 @@ "main": "./lib/index.js",

},
"gitHead": "229ac3579258fdd52368ee7fe68e6235f9d01fab"
"gitHead": "fe442494d054126c0ba9ee40260d234668e2ba18"
}
export * from "./colors";
export * from "./events";
export * from "./interaction";
export * from "./layout";
export * from "./mode";
export * from "./search";

@@ -6,0 +6,0 @@ export * from "./sizing";

export * from "./colors";
export * from "./events";
export * from "./interaction";
export * from "./layout";
export * from "./mode";
export * from "./search";

@@ -6,0 +6,0 @@ export * from "./sizing";

Sorry, the diff of this file is not supported yet

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