Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

standard

Package Overview
Dependencies
Maintainers
11
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard - npm Package Versions

1
19

10.0.0-beta.2

Diff

feross
published 9.0.2 •

Changelog

Source

[9.0.2] - 2017-03-17

Changed rules

  • Relax rule: Allow tagged template string expressions (no-unused-expressions) #822
feross
published 10.0.0-beta.1 •

feross
published 9.0.1 •

Changelog

Source

[9.0.1] - 2017-03-07

Changed rules

  • Relax rule: Allow mixing basic operators without parens (no-mixed-operators) #816
    • Specifically, these operators: +, -, *, /, %, and **
feross
published 10.0.0-beta.0 •

feross
published 9.0.0 •

Changelog

Source

[9.0.0] - 2017-02-28

It's time for a new major version of standard! As usual, this release contains a bunch of awesomeness to help you keep your code in tip-top shape!

We've added several new rules designed to catch potential programmer errors (i.e. bugs), as well as rules to make programmer intent more explicit in certain circumstances.

This release continues our trend of tightening up rules so that, wherever possible, there's one "right" way to do things. This design goal is intended to reduce the time that teams and maintainers spend giving code review feedback in pull requests.

When you upgrade, consider running standard --fix to automatically fix some of the errors caught by the new rules in this version.

Note: If you use the Chai test framework, you will need to make some changes to your tests to improve their robustness. Read about the changes you need to make.

New features

  • Update ESLint from 3.10.x to 3.15.x
  • 3 additional rules are now fixable with standard --fix

New rules

(Estimated % of affected standard users, based on test suite in parens)

Changed rules

feross
published 9.0.0-beta.0 •

feross
published 8.6.0 •

Changelog

Source

[8.6.0] - 2016-11-22

  • Update ESLint from 3.8.x to 3.10.x
  • 3 additional rules are now fixable with standard --fix
feross
published 8.5.0 •

Changelog

Source

[8.5.0] - 2016-10-25

  • Update ESLint from 3.7.x to 3.8.x
  • 2 additional rules are now fixable with standard --fix
feross
published 8.4.0 •

Changelog

Source

[8.4.0] - 2016-10-10

  • Update ESLint from 3.6.x to 3.7.x
  • 5 additional rules are now fixable with standard --fix
  • Use more conservative semver ranges #654
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