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

kanbasu

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kanbasu - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

src/scss/tools/_rtl.scss

7

CHANGELOG.md
# CHANGELOG
## 2.1.0
### Added
* Full right-to-left languages support! [Read more](http://kanbasu.liip.ch/2/docs/text-direction.html)
* Binary to simplify scaffolding command, thanks @greut
## 2.0.0

@@ -4,0 +11,0 @@

5

package.json
{
"name": "kanbasu",
"version": "2.0.0",
"version": "2.1.0",
"description": "A customizable CSS framework focused on layouting to easily scaffold responsive web interfaces.",
"homepage": "http://kanbasu.liip.ch",
"bin": {
"kanbasu": "scripts/scaffold.js"
},
"scripts": {

@@ -7,0 +10,0 @@ "build": "npm run build:css && fractal build",

17

README.md

@@ -16,8 +16,14 @@ [![npm version](https://badge.fury.io/js/kanbasu.svg)](https://badge.fury.io/js/kanbasu)

**With NPM** (recommended)
**With npm** (recommended)
```bash
npm install --save-dev kanbasu@next
npm install --save-dev kanbasu
```
**With Yarn**
```
yarn add --dev kanbasu
```
**As a Git submodule**

@@ -42,7 +48,10 @@

With npx:
```bash
node node_modules/kanbasu/scripts/scaffold.js path/to/your/project/sass/directory
npx kanbasu path/to/your/sass/directory
```
Note: the script might be in a different location if you didn’t use NPM to install Kanbasu.
See [other scaffolding methods](http://kanbasu.liip.ch/2/docs/installation.html#setup).
### Disclaimer

@@ -49,0 +58,0 @@

@@ -0,1 +1,3 @@

#!/usr/bin/env node
var fs = require('fs');

@@ -2,0 +4,0 @@ var path = require('path');

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