You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gibki

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gibki - npm Package Compare versions

Comparing version

to
2.1.1

rollup.config.js

13

package.json
{
"name": "gibki",
"version": "2.1.0",
"version": "2.1.1",
"description": "Gibki is an open-source and straightforward grid system based on Flexbox.",

@@ -8,3 +8,10 @@ "main": "css/gibki.css",

"devDependencies": {
"autoprefixer": "^10.3.5"
"autoprefixer": "^10.4.2",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"postcss": "^8.4.5",
"rollup": "^2.64.0",
"rollup-plugin-license": "^2.6.1",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.49.0"
},

@@ -18,2 +25,4 @@ "browserslist": [

"scripts": {
"build": "rollup -c --environment BUILD",
"buildWatch": "rollup -c -w --environment BUILD",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -20,0 +29,0 @@ },

@@ -22,2 +22,3 @@ # Gibki

- [Reordering](#reordering)
- [Browser support](#browser-support)

@@ -559,1 +560,10 @@ ## Installation

```
## Browser support
Gibki supports the following browser (all the latest versions):
- Chrome
- Edge
- Firefox
- Safari

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet