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

magic-grid

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

magic-grid - npm Package Compare versions

Comparing version 3.0.6 to 3.0.7

2

package.json
{
"name": "magic-grid",
"version": "3.0.6",
"version": "3.0.7",
"description": "Super lightweight javascript library for dynamic grid layouts.",

@@ -5,0 +5,0 @@ "main": "dist/magic-grid.cjs.js",

@@ -15,2 +15,4 @@ [![MIT License](https://img.shields.io/npm/l/magic-grid.svg?style=for-the-badge)](https://www.npmjs.com/package/magic-grid)

#### @imlinus has created a Vue.js port of the library. You can check it out [here](https://github.com/imlinus/Vue-Magic-Grid).
### Getting Started:

@@ -29,2 +31,14 @@ #### Step 1

```javascript
import MagicGrid from "magic-grid"
```
or
```javascript
let MagicGrid = require("magic-grid");
```
<br>
You can also pull Magic Grid directly into your html
```html

@@ -40,8 +54,2 @@ <script src="node_modules/magic-grid/dist/magic-grid.cjs.js">

or
```javascript
let MagicGrid = require("magic-grid");
```
#### Step 3

@@ -48,0 +56,0 @@

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