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

styled-bootstrap-grid

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-bootstrap-grid - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -1,4 +0,4 @@

export { default as defaultMedia } from './src/styled/media';
export { default as media } from './src/styled/media';
export { default as Container } from './src/Container';
export { default as Row } from './src/Row';
export { default as Col } from './src/Col';
{
"name": "styled-bootstrap-grid",
"version": "0.0.4",
"version": "0.0.5",
"description": "bootstrap grid system using styled components",

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

@@ -47,3 +47,3 @@ # styled-bootstrap-grid

```jsx
```javascript
import React from 'react';

@@ -75,3 +75,3 @@ import { Container, Row, Col } from 'styled-bootstrap-grid';

```es6
```javascript
import React from 'react';

@@ -78,0 +78,0 @@ import styled from 'styled-components';

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