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

basscss

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

basscss - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

404.html

2

bower.json
{
"name": "basscss",
"version": "4.1.4",
"version": "4.1.5",
"homepage": "https://github.com/jxnblk/basscss",

@@ -5,0 +5,0 @@ "authors": [

# Page Layout
A guide to page layout with Basscss
- Media Object
- Floats
- Grid
- Table Object
## Hero Banner

@@ -5,0 +10,0 @@ ## Mega Footer

@@ -8,2 +8,3 @@

var bump = require('gulp-bump');
var s3 = require('gulp-s3');

@@ -39,4 +40,13 @@ // Custom Rework wrapper

gulp.task('s3', function() {
var version = require('./package.json').version;
var config = require('./aws.json');
gulp.src('./css/*.gz')
.pipe(s3(config, {
uploadPath: 'basscss/' + version + '/'
}));
});
// Site-specific tasks
require('./gulp/docs-tasks');
require('./tasks/docs');
{
"name": "basscss",
"version": "4.1.4",
"version": "4.1.5",
"description": "Low-level CSS toolkit",

@@ -43,8 +43,9 @@ "style": "src/basscss.css",

"gulp-webserver": "^0.8.3",
"pygmentize-bundled": "^2.1.1",
"swig": "^1.4.2",
"through2": "^0.6.1",
"grunt": "^0.4.5",
"gulp-bump": "^0.1.11",
"svg-to-png": "^0.6.0"
"svg-to-png": "^0.6.0",
"swig-highlight": "^0.2.0",
"flex-object": "0.0.4",
"css-statistics": "0.0.21",
"gulp-s3": "^0.3.0"
},

@@ -51,0 +52,0 @@ "scripts": {

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

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

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

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

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