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

react-layouts

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-layouts - npm Package Compare versions

Comparing version 0.0.13 to 0.1.0

2

dev/main.js

@@ -10,3 +10,3 @@ import React from 'react';

let { FlexBox, FlexItem} = Layouts;
const { FlexBox, FlexItem} = Layouts;

@@ -13,0 +13,0 @@ const colors = {

@@ -23,12 +23,12 @@ "use strict";

var FlexBox = (function (_React$Component) {
_inherits(FlexBox, _React$Component);
var FlexItem = (function (_React$Component) {
_inherits(FlexItem, _React$Component);
function FlexBox() {
_classCallCheck(this, FlexBox);
function FlexItem() {
_classCallCheck(this, FlexItem);
return _possibleConstructorReturn(this, Object.getPrototypeOf(FlexBox).apply(this, arguments));
return _possibleConstructorReturn(this, Object.getPrototypeOf(FlexItem).apply(this, arguments));
}
_createClass(FlexBox, [{
_createClass(FlexItem, [{
key: "render",

@@ -52,7 +52,7 @@ value: function render() {

return FlexBox;
return FlexItem;
})(_react2.default.Component);
exports.default = FlexBox;
exports.default = FlexItem;
;
module.exports = exports['default'];
{
"name": "react-layouts",
"version": "0.0.13",
"version": "0.1.0",
"description": "React UI Library for Layouts",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -5,3 +5,3 @@ /**

import React from 'react';
export default class FlexBox extends React.Component{
export default class FlexItem extends React.Component{
render(){

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

Sorry, the diff of this file is too big to display

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