New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

flexboxes

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flexboxes - npm Package Compare versions

Comparing version
0.2.0
to
0.3.0
.browserslistrc

Sorry, the diff of this file is not supported yet

+0
-0

@@ -0,0 +0,0 @@ root = true

* text=auto

@@ -0,0 +0,0 @@ # ISC License

+4
-2

@@ -14,4 +14,6 @@ .flex { display: -webkit-box; display: -ms-flexbox; display: flex }

.margin-start { margin-top: auto; margin-left: auto }
.margin-end { margin-right: auto; margin-bottom: auto }
.free-top { margin-top: auto }
.free-left { margin-left: auto }
.free-right { margin-right: auto }
.free-bottom { margin-bottom: auto }

@@ -18,0 +20,0 @@ .order-before { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1 }

@@ -14,4 +14,6 @@ .flex { display: flex }

.margin-start { margin-top: auto; margin-left: auto }
.margin-end { margin-right: auto; margin-bottom: auto }
.free-top { margin-top: auto }
.free-left { margin-left: auto }
.free-right { margin-right: auto }
.free-bottom { margin-bottom: auto }

@@ -18,0 +20,0 @@ .order-before { order: -1 }

{
"name": "flexboxes",
"version": "0.2.0",
"version": "0.3.0",
"description": "CSS flexbox utility classes and grid system",

@@ -9,3 +9,5 @@ "author": "Ryan Van Etten",

"scripts": {
"build": "postcss module.css --use autoprefixer --no-map -o main.css"
"prestart": "npm update",
"start": "npm run css",
"css": "postcss module.css --use autoprefixer --no-map -o main.css"
},

@@ -12,0 +14,0 @@ "homepage": "https://github.com/ryanve/flexboxes",

@@ -32,5 +32,7 @@ # flexboxes

### `margin`
- `.margin-start`
- `.margin-end`
### distribute free space
- `.free-top`
- `.free-left`
- `.free-right`
- `.free-bottom`

@@ -158,4 +160,3 @@ ### `.order`

```
npm install
npm run build
npm start
```

@@ -162,0 +163,0 @@

Sorry, the diff of this file is not supported yet