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

@react-md/divider

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/divider - npm Package Compare versions

Comparing version 2.0.0-beta.1 to 2.0.0-beta.2

4

CHANGELOG.md
# v2.0.0
The `Divider` component was completely re-written for this release, but it
should not be a breaking change. This package now also has better support for
rendering dividers vertically with the `VerticalDivider` component.
## New Behavior and Features

@@ -4,0 +8,0 @@

4

es/VerticalDivider.js

@@ -73,4 +73,4 @@ var __assign = (this && this.__assign) || function () {

maxHeight: PropTypes.number,
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
_validateMaxHeight: function (_a, _, componentName) {

@@ -77,0 +77,0 @@ var _b = _a.maxHeight, maxHeight = _b === void 0 ? 1 : _b;

@@ -11,3 +11,3 @@ "use strict";

for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
}
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -14,0 +14,0 @@ var Divider_1 = require("./Divider");

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

maxHeight: PropTypes.number,
// eslint-disable-next-line @typescript-eslint/ban-ts-ignore
// @ts-ignore
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-expect-error
_validateMaxHeight: function (_a, _, componentName) {

@@ -103,0 +103,0 @@ var _b = _a.maxHeight, maxHeight = _b === void 0 ? 1 : _b;

{
"name": "@react-md/divider",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "This package is used to create horizontal or vertical dividers in your application.",

@@ -38,4 +38,4 @@ "scripts": {

"dependencies": {
"@react-md/theme": "^2.0.0-beta.1",
"@react-md/utils": "^2.0.0-beta.1",
"@react-md/theme": "^2.0.0-beta.2",
"@react-md/utils": "^2.0.0-beta.2",
"classnames": "^2.2.6"

@@ -52,3 +52,7 @@ },

},
"gitHead": "76642fca0cf36307a5431d67a8eb4abe0a7b18a6"
"devDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"gitHead": "cf3a082e89a038dd4cc60974874938af6480b289"
}

Sorry, the diff of this file is not supported yet

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