Huge News!Announcing our $40M Series B led by Abstract Ventures.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.2.1 to 1.3.1

lib/test.coffee

2

package.json

@@ -30,3 +30,3 @@ {

},
"version": "1.2.1"
"version": "1.3.1"
}

@@ -21,8 +21,8 @@ # Stylus-help

stylus_help.processData 'normalizeZvalues', [directory/file], (data) ->
stylus_help.processData 'inspectZValues', [directory/file], (data) ->
stylus_help.processData 'convertStyleToJson', [directory/file], (data) ->
stylus_help.processData 'checkAlphabetized', [directory/file], (data) ->
stylus_help.processData 'alphabetizeStyle', [directory/file], (data) ->
stylus_help.processData 'simple_lint', [directory/file, config_data], (data) ->
data = stylus_help.processData 'normalizeZvalues', [directory/file]
data = stylus_help.processData 'inspectZValues', [directory/file]
data = stylus_help.processData 'convertStyleToJson', [directory/file]
data = stylus_help.processData 'checkAlphabetized', [directory/file]
data = stylus_help.processData 'alphabetizeStyle', [directory/file]
data = stylus_help.processData 'simple_lint', [directory/file, optional_config_data]
```

@@ -374,3 +374,3 @@ ### normalizeZvalues

"line": " padding 0px 5px",
"line_num": 6
"line_num": 7
},

@@ -380,13 +380,8 @@ {

"line": " box-shadow 0px 0px 20px rgba(0, 0, 0, .4)",
"line_num": 14
"line_num": 15
},
{
"message": "Don't need px on 0 values",
"line": " margin-left 10px",
"line_num": 28
},
{
"message": "Invalid Attribute!",
"line": "overflow panda",
"line_num": 5
"line_num": 6
},

@@ -401,3 +396,3 @@ {

"line": "border-top 1px solid $background_color",
"line_num": "12"
"line_num": "13"
}

@@ -404,0 +399,0 @@ ]

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