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

@react-md/states

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/states - npm Package Compare versions

Comparing version 2.7.1 to 2.8.0

12

CHANGELOG.md

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

# [2.8.0](https://github.com/mlaursen/react-md/compare/v2.7.1...v2.8.0) (2021-04-22)
### Other Internal Changes
* **tsconfig:** separate tsconfig by package instead of a single root ([b278230](https://github.com/mlaursen/react-md/commit/b2782303b2a2db07eeaa25b6a3d04337976cffaa))
## [2.7.1](https://github.com/mlaursen/react-md/compare/v2.7.0...v2.7.1) (2021-03-23)

@@ -8,0 +20,0 @@

12

es/ripples/reducer.js

@@ -12,8 +12,6 @@ var __assign = (this && this.__assign) || function () {

};
var __spreadArrays = (this && this.__spreadArrays) || function () {
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
for (var r = Array(s), k = 0, i = 0; i < il; i++)
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
};

@@ -66,3 +64,3 @@ import { useCallback, useReducer } from "react";

var ripple = createRippleState(event);
return __spreadArrays(state, [ripple]);
return __spreadArray(__spreadArray([], state), [ripple]);
}

@@ -69,0 +67,0 @@ function enteredRipple(state, ripple) {

@@ -13,8 +13,6 @@ "use strict";

};
var __spreadArrays = (this && this.__spreadArrays) || function () {
for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;
for (var r = Array(s), k = 0, i = 0; i < il; i++)
for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)
r[k] = a[j];
return r;
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
};

@@ -70,3 +68,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

var ripple = utils_2.createRippleState(event);
return __spreadArrays(state, [ripple]);
return __spreadArray(__spreadArray([], state), [ripple]);
}

@@ -73,0 +71,0 @@ function enteredRipple(state, ripple) {

{
"name": "@react-md/states",
"version": "2.7.1",
"version": "2.8.0",
"description": "A package for adding the different focus, hover, selected, active, etc states to elements",

@@ -38,9 +38,9 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/theme": "^2.7.1",
"@react-md/transition": "^2.7.1",
"@react-md/utils": "^2.7.1",
"@react-md/theme": "^2.8.0",
"@react-md/transition": "^2.8.0",
"@react-md/utils": "^2.8.0",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"react": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.1"

@@ -57,3 +57,3 @@ },

},
"gitHead": "4fb8828b048fd2472096d5f55033cc4a7ba24e1a"
"gitHead": "20e013ae17ebccaaac74e246b9cde88df11d5c84"
}

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