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

react-flexr

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flexr - npm Package Compare versions

Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1

dist/stylesheet.js

6

dist/cell.component.js

@@ -45,2 +45,6 @@ 'use strict';

var _stylesheet = require('./stylesheet');
var _stylesheet2 = _interopRequireDefault(_stylesheet);
var cellStyles = _stilr2['default'].create({

@@ -65,3 +69,3 @@ base: {

}
});
}, _stylesheet2['default']);

@@ -68,0 +72,0 @@ var Cell = (function (_React$Component) {

@@ -47,2 +47,6 @@ 'use strict';

var _stylesheet = require('./stylesheet');
var _stylesheet2 = _interopRequireDefault(_stylesheet);
var gridStyles = _stilr2['default'].create({

@@ -56,3 +60,3 @@ base: {

}
});
}, _stylesheet2['default']);

@@ -59,0 +63,0 @@ var HorizontalStyles = _stilr2['default'].create({

6

dist/index.js

@@ -21,5 +21,5 @@ 'use strict';

var _stilr = require('stilr');
var _stylesheet = require('./stylesheet');
var _stilr2 = _interopRequireDefault(_stilr);
var _stylesheet2 = _interopRequireDefault(_stylesheet);

@@ -30,4 +30,4 @@ exports['default'] = {

breakpoints: _utilsBreakpoints2['default'],
stylesheet: _stilr2['default'].__stylesheet
stylesheet: _stylesheet2['default']
};
module.exports = exports['default'];

@@ -7,2 +7,3 @@ import StyleSheet from 'stilr';

import { baseMethods, variables } from './defaults';
import stylesheet from './stylesheet';

@@ -28,3 +29,3 @@ const cellStyles = StyleSheet.create({

}
});
}, stylesheet);

@@ -31,0 +32,0 @@ class Cell extends React.Component {

@@ -9,2 +9,3 @@ import StyleSheet from 'stilr';

import doubleUnit from './utils/double-unit';
import stylesheet from './stylesheet';

@@ -19,3 +20,3 @@ const gridStyles = StyleSheet.create({

}
});
}, stylesheet);

@@ -22,0 +23,0 @@ const HorizontalStyles = StyleSheet.create({

import Grid from './grid.component';
import Cell from './cell.component';
import breakpoints from './utils/breakpoints';
import StyleSheet from 'stilr';
import stylesheet from './stylesheet';

@@ -10,3 +10,3 @@ export default {

breakpoints,
stylesheet: StyleSheet.__stylesheet
stylesheet
};
{
"name": "react-flexr",
"version": "2.0.0-alpha.0",
"version": "2.0.0-alpha.1",
"description": "React flexbox grid made simple.",

@@ -29,3 +29,3 @@ "main": "dist",

"react": ">=0.11.0",
"stilr": "^0.2.x"
"stilr": "^0.3.x"
},

@@ -32,0 +32,0 @@ "repository": "chriskjaer/react-flexr",

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