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

structure-flex-grid

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

structure-flex-grid - npm Package Compare versions

Comparing version 0.1.2 to 0.5.0

.sass-lint.yml

20

package.json
{
"name": "structure-flex-grid",
"version": "0.1.2",
"version": "0.5.0",
"description": "Framework agnostic, responsive, BEM-styles Flex Grid (Just the grid)",
"main": "src/index.scss",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"clean": "rimraf ./dist",
"lint": "sass-lint 'src/**/*.scss' -v",
"prebuild": "npm run lint && npm run clean && mkdir dist",
"build": "npm run build:css",
"prebuild:css": "node-sass ./src/index.scss ./dist/structure-flex-grid.css",
"build:css": "postcss --use autoprefixer -b 'last 2 versions' -o ./dist/structure-flex-grid.css ./dist/structure-flex-grid.css",
"postbuild:css": "postcss --use cssnano < ./dist/structure-flex-grid.css > ./dist/structure-flex-grid.min.css"
},

@@ -21,3 +27,13 @@ "keywords": [

"breakpoint-sass": "^2.7.1"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"cssnano": "^3.10.0",
"install": "^0.10.1",
"node-sass": "^4.5.3",
"npm": "^5.0.4",
"postcss": "^6.0.3",
"postcss-cli": "^4.1.0",
"sass-lint": "^1.10.2"
}
}

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

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