New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

grid-style

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grid-style - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

5

CHANGELOG.md

@@ -0,1 +1,6 @@

<a name="0.2.1"></a>
## [0.2.1](https://github.com/lbwa/grid-style/compare/v0.2.0...v0.2.1) (2018-07-30)
<a name="0.2.0"></a>

@@ -2,0 +7,0 @@ # [0.2.0](https://github.com/lbwa/grid-style/compare/v0.1.1...v0.2.0) (2018-07-30)

2

package.json
{
"name": "grid-style",
"version": "0.2.1",
"version": "0.2.2",
"description": "Grid layout implemented by flex box.",

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

@@ -21,5 +21,6 @@ # grid-style [![npm](https://img.shields.io/npm/v/grid-style.svg)](https://www.npmjs.com/package/grid-style)

<!-- CDN-->
<script type="text/javascript" src="https://unpkg.com/grid-style"></script>
<link rel="stylesheet" href="https://unpkg.com/grid-style@latest/dist/index.min.css">
<!-- or -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/grid-style"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/grid-style@latest/dist/index.min.css">
<!-- recommend you to add version number to url ending. eg.https://unpkg.com/grid-style@x.y.z -->

@@ -32,3 +33,5 @@ ```

// import css file to js file
import 'grid-style'
import 'grid-style/dist/index.min.css'
// or
import 'grid-style/dist/index.css'

@@ -35,0 +38,0 @@ // a sass alternative to css file

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