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

bantamcss

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bantamcss - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

changelog.md

39

package.json
{
"name": "bantamcss",
"version": "0.0.6",
"version": "0.0.7",
"description": "Scalable, performant, responsive, CSS framework with zero styles.",
"main": "index.html",
"author": "Colm Tuite <colmtuite@gmail.com> (http://www.colmtuite.com)",
"style": "css/bantam.css",
"main": "css/bantam.css",
"files": [
"css",
"src"
],
"repository": {

@@ -18,20 +24,5 @@ "type": "git",

],
"author": "Colm Tuite <colmtuite@gmail.com> (http://www.colmtuite.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/colmtuite/bantamcss/issues"
},
"devDependencies": {
"css": "^2.1.0",
"css-parse": "^2.0.0",
"filesize": "^3.1.2",
"gulp": "^3.8.2",
"gulp-autoprefixer": "0.0.7",
"gulp-minify-css": "^0.3.5",
"gulp-sass": "^0.7.2",
"gulp-uncss": "^0.4.4",
"gulp-util": "^2.2.18",
"gulp-watch": "^0.6.8",
"lodash": "^3.10.0",
"node-sass": "^0.9",
"normalize.css": "^4.1.1",
"postcss": "^4.1.16"

@@ -43,12 +34,10 @@ },

"email": "colmtuite@gmail.com"
},
{
"name": "David Tuite",
"url": "dtuite@gmail.com"
}
],
"scripts": {
"start": "gulp",
"build": "node home.js"
}
"start": "npm run build:css && npm run build:minify",
"build:css": "bantam src/bantam.css > css/bantam.css",
"build:minify": "bantam src/bantam.css -m > css/bantam.min.css",
"build:watch": "watch 'npm start' ./src/"
}
}

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