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

kss

Package Overview
Dependencies
Maintainers
2
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kss - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

.idea/.name

4

package.json

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

"description": "NodeJS port of kss: A methodology for documenting CSS and generating styleguides",
"version": "1.2.0",
"version": "1.3.0",
"repository": {

@@ -29,3 +29,3 @@ "type": "git",

"natural": "^0.1.28",
"node-sass": "^0.9.4",
"node-sass": "^1.2",
"stylus": "^0.48.1",

@@ -32,0 +32,0 @@ "wrench": "^1.5.8",

@@ -1,2 +0,2 @@

# kss-node [![Build Status](https://secure.travis-ci.org/kss-node/kss-node.png?branch=master)](http://travis-ci.org/kss-node/kss-node)
# kss-node [![Build Status](https://secure.travis-ci.org/kss-node/kss-node.png?branch=1.x)](http://travis-ci.org/kss-node/kss-node)

@@ -7,2 +7,4 @@ This is a NodeJS implementation of [Knyle Style Sheets](https://github.com/kneath/kss) (KSS), "a documentation syntax for CSS". Beyond that, it's intended to have syntax readable by humans *and* machines - hence, this module can be used to create a "living styleguide". The methodology and ideas behind Knyle Style Sheets are contained in [the specification](https://github.com/kneath/kss/blob/master/SPEC.md).

The current stable version of kss-node is the 1.x branch. Work has begun on [kss-node 2.x in the master branch](https://github.com/kss-node/kss-node/tree/master).
## Installation

@@ -9,0 +11,0 @@

@@ -54,3 +54,3 @@ var exec = require('child_process').exec,

assert.ok(/Error during generation/g.test(stdout), 'Missing load-path causes error');
assert.ok(/error: file to import not found or unreadable: "buttons"/g.test(stdout), 'Useful warning for missing load-path given');
assert.ok(/file to import not found or unreadable: "buttons"/g.test(stdout), 'Useful warning for missing load-path given');
done();

@@ -57,0 +57,0 @@ });

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