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

stylus-help

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylus-help - npm Package Compare versions

Comparing version 1.3.1 to 1.4.1

Cakefile

17

package.json

@@ -6,2 +6,8 @@ {

},
"contributors": [
{
"name": "Steven Anderson",
"email": "steven@sjanderson.org"
}
],
"main": "./lib/stylus-help",

@@ -16,5 +22,7 @@ "bin": {

"optimist": "0.6.x",
"async": "0.9.x",
"coffee-script": "1.7.x"
"async": "0.9.x"
},
"devDependencies": {
"coffee-script": "1.7.x"
},
"description": "Stylus tools to help with development",

@@ -32,3 +40,6 @@ "directories": {

},
"version": "1.3.1"
"scripts": {
"prepublish": "cake build"
},
"version": "1.4.1"
}

39

README.md

@@ -5,4 +5,11 @@ # Stylus-help

Install
npm install -g stylus-help
###Install
(for command line)
```
npm install -g stylus-help
```
(for using in code)
```
npm install stylus-help
```

@@ -244,4 +251,4 @@ Functions for command line

"3": {
"space_check": 4,
"attributes": [
"indent": 4,
"rules": [
"box-sizing border-box",

@@ -254,5 +261,5 @@ "border-bottom 4px solid rgba($color, 0)",

},
"7": {
"space_check": 6,
"attributes": [
"9": {
"indent": 6,
"rules": [
"background rgba($frame_background_color, .4)",

@@ -264,4 +271,4 @@ "border-bottom 4px solid $color"

"12": {
"space_check": 2,
"attributes": [
"indent": 2,
"rules": [
"border-top 1px solid $background_color",

@@ -283,19 +290,11 @@ "bottom 0",

"26": {
"space_check": 6,
"attributes": [
"indent": 6,
"rules": [
"color $footer_text_color"
],
"tag": ".exports.region .newsletter.custom_text > a i, .exports.region .newsletter.custom_text > a span"
},
"27": {
"space_check": 8,
"attributes": [
"margin-left 10px"
],
"tag": ".exports.region .newsletter.custom_text > a i div, .exports.region .newsletter.custom_text > a i a, .exports.region .newsletter.custom_text > a i iframe, .exports.region .newsletter.custom_text > a span div, .exports.region .newsletter.custom_text > a span a, .exports.region .newsletter.custom_text > a span iframe"
}
}
}
```
```
### simple lint

@@ -302,0 +301,0 @@ This utilized the existing functions in this package to do a basic lint on the stylus file.

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