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

react-bem-grid

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-bem-grid - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

package.json
{
"name": "react-bem-grid",
"version": "0.0.4",
"version": "0.0.5",
"description": "",

@@ -29,3 +29,3 @@ "main": "dist/index.js",

"type": "git",
"url": ""
"url": "https://github.com/nordnet/react-bem-grid"
},

@@ -32,0 +32,0 @@ "keywords": [

# React BEM Grid
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coveralls Status][coveralls-image]][coveralls-url]
[![Dependency Status][depstat-image]][depstat-url]
> A BEM-ified port of [Flexbox Grid][flexbox-grid] to a simple, reusable [React][react] component.
A BEM-ified port of [Flexbox Grid](http://flexboxgrid.com) to a simple, reusable React component.
[![NPM version][npm-badge]][npm-url]
[![Build Status][travis-badge]][travis-url]
[![Coveralls Status][coveralls-badge]][coveralls-url]
[![Dependency Status][depstat-badge]][depstat-url]

@@ -43,2 +43,4 @@ ### NPM

Include the css file in the way that best suits your project, if you're using [Webpack][webpack], we recommend using [CSS loader][css-loader].
## Documentation

@@ -339,3 +341,3 @@ - [Responsive](#responsive)

Then run the simple-grid example project:
Then run the simple-grid or documentation example project:

@@ -352,12 +354,17 @@ ```sh

[flexbox-grid]: http://flexboxgrid.com
[react]: http://facebook.github.io/react/
[webpack]: http://webpack.github.io/
[css-loader]: https://github.com/webpack/css-loader
[npm-url]: https://npmjs.org/package/react-bem-grid
[npm-image]: https://img.shields.io/npm/v/react-bem-grid.svg?style=flat-square
[npm-badge]: https://img.shields.io/npm/v/react-bem-grid.svg?style=flat-square
[travis-url]: https://travis-ci.org/nordnet/react-bem-grid
[travis-image]: https://img.shields.io/travis/nordnet/react-bem-grid.svg?style=flat-square
[travis-badge]: https://img.shields.io/travis/nordnet/react-bem-grid.svg?style=flat-square
[coveralls-url]: https://coveralls.io/r/nordnet/react-bem-grid
[coveralls-image]: https://img.shields.io/coveralls/nordnet/react-bem-grid.svg?style=flat-square
[coveralls-badge]: https://img.shields.io/coveralls/nordnet/react-bem-grid.svg?style=flat-square
[depstat-url]: https://david-dm.org/nordnet/react-bem-grid
[depstat-image]: https://david-dm.org/nordnet/react-bem-grid.svg?style=flat-square
[depstat-badge]: https://david-dm.org/nordnet/react-bem-grid.svg?style=flat-square
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