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

kss

Package Overview
Dependencies
Maintainers
1
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 0.1.2 to 0.1.3

.travis.yml

4

package.json

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

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

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

"scripts": {
"test": "make test"
"test": "./node_modules/mocha/bin/_mocha -u tdd --reporter spec"
},

@@ -16,0 +16,0 @@ "bin": {

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

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

@@ -3,0 +3,0 @@ 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).

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