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

kss-bootstrap

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kss-bootstrap - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

2

.kss-node.json

@@ -5,3 +5,3 @@ {

"destination": "out",
"css": "node_modules/bootstrap/dist/css/bootstrap.css"
"css": "public/bootstrap.css"
}

@@ -6,2 +6,3 @@ /**

var serve = require('gulp-serve');
var fs = require('fs');

@@ -23,2 +24,7 @@ /**

exec(kssnode, args, function(error, stdout, stderr) {
// Copy Bootstrap into the styleguide folder.
fs.createReadStream('node_modules/bootstrap/dist/css/bootstrap.css')
.pipe(fs.createWriteStream('out/public/bootstrap.css'));
// Output any errors.
console.log(error);

@@ -25,0 +31,0 @@ console.log(stdout);

{
"name": "kss-bootstrap",
"version": "0.2.0",
"version": "0.3.0",
"description": "A KSS template and style guide for Bootstrap.",

@@ -29,3 +29,3 @@ "author": "Rob Loach (http://github.com/robloach)",

"dependencies": {
"kss": "~2.0.0-alpha.4"
"kss": "git://github.com/RobLoach/kss-node.git#patch-1"
},

@@ -32,0 +32,0 @@ "scripts": {

@@ -39,2 +39,2 @@ # KSS Bootstrap [![Build Status](https://travis-ci.org/RobLoach/kss-bootstrap.svg?branch=master)](https://travis-ci.org/RobLoach/kss-bootstrap)

npm test
npm run-script deploy
npm run deploy

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