Socket
Socket
Sign inDemoInstall

jscs

Package Overview
Dependencies
Maintainers
3
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs - npm Package Versions

1
10

1.5.6

Diff

Changelog

Source

Version 1.5.6

  • Correct prebublish script (Oleg Gaidarenko)
markelog
published 1.5.4 •

Changelog

Source

Version 1.5.4

  • Fix crash caused by multiline case statements that fall through for validateIndentation rule (Mike Sherov)
markelog
published 1.5.3 •

Changelog

Source

Version 1.5.3

  • Add missing rules in jQuery preset (Oleg Gaidarenko)
  • Exclude comma operator from requireSpaceBeforeBinaryOperators rule (Oleg Gaidarenko)
  • Ignore ios instruments style imports (@sebv)
  • Various doc fixes (Christian Vuerings, Timo Tijhof, Oleg Gaidarenko)
markelog
published 1.5.2 •

Changelog

Source

Version 1.5.2

  • Improve binary rule (Oleg Gaidarenko)
  • Fix recursive descend, #445 (Oleg Gaidarenko)
mikesherov
published 1.5.1 •

Changelog

Source

Version 1.5.1

  • Version bump to address incorrectly published docs (Mike Sherov)
markelog
published 1.4.5 •

Changelog

Source

Version 1.4.5

  • Hotfix: Fix binary rules for "," and "=" operators (@markelog)
markelog
published 1.4.4 •

Changelog

Source

Version 1.4.4

  • Improve requireSpaceAfterBinaryOperators rule (@markelog)
  • Improve disallowSpaceAfterBinaryOperators rule (@markelog)
  • Improve requireSpaceBeforeBinaryOperators rule (@markelog)
  • Improve disallowSpaceBeforeBinaryOperators rule (@markelog)
  • Update google preset (@markelog)
  • Fixes requirePaddingNewlinesInBlocks: support multi-line padding (@zz85)
  • Update error message when no config is found (@mikesherov)
  • Rule requireSpacesInConditionalExpression (@mikesherov)
  • Rule disallowSpacesInConditionalExpression (@mikesherov)
  • Fixes for validateIndentation rule: fix more weird onevar constructs and associated indentation rules. (@mikesherov)
  • Fixes for validateIndentation rule: fix bug when IfStatement test contains a BlockStatement
mdevils
published 1.4.3 •

Changelog

Source

Version 1.4.3:

  • Presets folder was missing in the package (@mdevils).
mdevils
published 1.4.2 •

Changelog

Source

Version 1.4.2:

  • Rule requireSpaceAfterKeywords: do not fail on linebreaks (@mdevils).
mdevils
published 1.4.1 •

Changelog

Source

Version 1.4.1:

  • Rule disallowPaddingNewlinesInBlocks: check for comments in the whitespace. Fixes #347 (@mikesherov).
  • Introduce extensions section in README (@zxqfox)
  • Fixes for validateIndentation rule: properly validate finally clauses. Fixes #311 (@mikesherov).
  • Fixes for validateIndentation rule: tests for holes in array and more complex temporary fix for it (@zxqfox).
  • Fixes for validateIndentation rule: allow for extra indents when first variable in a declaration is multi-line (@mikesherov).
  • Fixes for validateIndentation rule: prevent false positive when array elements are on same line as array opener, but array is not single line. Fixes #353 (@mikesherov)
  • Restructuration of lib/test files (@markelog)
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