Socket
Socket
Sign inDemoInstall

@bsara/react-layouts

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bsara/react-layouts - npm Package Compare versions

Comparing version 1.0.0-alpha.8 to 1.0.0-alpha.9

4

dist/GridLayout.js

@@ -7,2 +7,4 @@ 'use strict';

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

@@ -65,3 +67,3 @@

GridDiv,
{ id: this.props.id, className: this.props.className, style: this.props.style, innerRef: this.props.domRef },
_extends({}, this.props, { innerRef: this.props.domRef }),
this.props.children

@@ -68,0 +70,0 @@ );

@@ -7,2 +7,4 @@ 'use strict';

var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }();

@@ -76,6 +78,5 @@

var _props = this.props,
id = _props.id,
children = _props.children,
className = _props.className,
style = _props.style,
domRef = _props.domRef,
direction = _props.direction;

@@ -88,3 +89,3 @@

LinearLayoutDiv,
{ id: id, className: (0, _classnames2.default)(directionClassName, className), style: style, innerRef: this.props.domRef },
_extends({}, this.props, { className: (0, _classnames2.default)(directionClassName, className), innerRef: domRef }),
children

@@ -91,0 +92,0 @@ );

{
"name": "@bsara/react-layouts",
"version": "1.0.0-alpha.8",
"version": "1.0.0-alpha.9",
"description": "A collection of generic, reusable layout components",

@@ -66,5 +66,4 @@ "authors": [

"react-dom": "^15.6.1",
"shelljs": "^0.7.8",
"stylelint": "~8.0.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