Socket
Socket
Sign inDemoInstall

semistandard

Package Overview
Dependencies
Maintainers
11
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semistandard - npm Package Versions

1
7

7.0.0-1

Diff

flet
published 7.0.0-0 •

flet
published 6.1.2 •

flet
published 6.1.1 •

Changelog

Source

6.1.1 2016-06-17

  • Bump standard-engine to 1.8.1, which fixes an NPE. (thanks again @wombleton)
flet
published 6.1.0 •

Changelog

Source

6.1.0 2015-06-16

  • Fix react rules to work again.
  • New Rules coming from eslint-config-standard:
  • accessor-pairs - warns if setters are defined without getters.
  • "one-var": [2, { "initialized": "never" }] - Split initialized 'var' declarations into multiple statements.
flet
published 6.0.0 •

Changelog

Source

6.0.0 2015-06-03

BREAKING CHANGE: New Rules

  • no-extra-semi - This rule is aimed at eliminating extra unnecessary semicolons. While not technically an error, extra semicolons can be a source of confusion when reading code.

  • semi-spacing - Disallow a space before semicolons and force a space after them.

flet
published 5.0.0 •

Changelog

Source

5.0.0 2015-05-29

  • Updated to standard rules 2.0.0 BREAKING CHANGE: new rule operator-linebreak set to "after"
flet
published 4.3.0 •

Changelog

Source

4.3.0 2015-05-29

  • Updated to standard-engine 1.6.0
  • alternate parsers are now supported. See README.md for details!
flet
published 4.2.2 •

Changelog

Source

4.2.2 2015-05-25

  • Since standard-engine now supports passing a formatter, we've switched back to using it for the CLI.
flet
published 4.2.1 •

Changelog

Source

4.2.1 2015-05-25

  • Bumped all dependencies to their latest minor versions in package.json
  • This includes a fix in standard-engine which dramatically speeds up lint times!
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