react-flexr
Advanced tools
| "use strict"; | ||
| Object.defineProperty(exports, "__esModule", { | ||
| value: true | ||
| }); | ||
| // Used as Stilr StyleSheet | ||
| var stylesheet = new Map(); | ||
| exports["default"] = stylesheet; | ||
| module.exports = exports["default"]; |
| // Used as Stilr StyleSheet | ||
| const stylesheet = new Map(); | ||
| export default stylesheet; |
@@ -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({ |
+3
-3
@@ -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({ |
+2
-2
| 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 | ||
| }; |
+2
-2
| { | ||
| "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", |
+1
-1
@@ -1,1 +0,1 @@ | ||
| ._11Q4tC{padding:0 11px;}._7V7hx{flex:1;}._j0GFy{display:flex;}._2181U{align-self:flex-start;}._4n7J85{align-self:flex-end;}._WrnAz{align-self:center;}._2iUMdY{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0 -11px 22px;}._MzY6c{justify-content:flex-start;}._SPd4R{justify-content:center;}._1H7ntZ{justify-content:flex-end;}._13kU4I{align-items:flex-start;}._1A3OE5{align-items:center;}._LhCR5{align-items:flex-end;} | ||
| ._MzY6c{justify-content:flex-start;}._SPd4R{justify-content:center;}._1H7ntZ{justify-content:flex-end;}._13kU4I{align-items:flex-start;}._1A3OE5{align-items:center;}._LhCR5{align-items:flex-end;} |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
32906
1.26%29
7.41%674
2.43%+ Added
- Removed
Updated