Socket
Socket
Sign inDemoInstall

standard-engine

Package Overview
Dependencies
Maintainers
14
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

standard-engine - npm Package Versions

13
10

11.0.0

Diff

Changelog

Source

11.0.0 2019-07-11

  • Missing release notes
feross
published 10.0.0 •

Changelog

Source

10.0.0 2018-08-30

  • Missing release notes
feross
published 9.0.0 •

Changelog

Source

9.0.0 2018-05-15

  • Missing release notes
feross
published 8.0.1 •

Changelog

Source

8.0.1 2018-03-02

  • Missing release notes
feross
published 8.0.0 •

Changelog

Source

8.0.0 2018-02-18

  • Missing release notes
flet
published 7.2.0 •

Changelog

Source

7.2.0 2017-11-07

  • New Feature: noDefaultIgnore option to can now be used to turn off default ignores.
feross
published 7.1.0 •

Changelog

Source

7.1.0 - 2017-06-21

  • engine.lintText and engine.lintTextSync do not take into account the package.json configuration settings. These now do not behave differently depending on the current working directory. See https://github.com/Flet/standard-engine/pull/166
feross
published 7.0.0 •

Changelog

Source

7.0.0 - 2017-04-04

  • BREAKING: rename the synchronous lintText method to lintTextSync
  • Add an asyncronous lintText method (that just calls lintTextSync internally)

This effectively undoes the breaking change introduced in 6.0.0, making it safe to upgrade from standard-engine 5.x to 7.x without introducing any breaking changes.

Related issues:

  • https://github.com/feross/standard/issues/807
  • https://github.com/Flet/standard-engine/issues/156
feross
published 6.0.0 •

Changelog

Source

6.0.0 - 2017-02-20

  • BREAKING: make lintText into a sync method

Before: standardEngine.lintText(text, [opts], callback)

After: results = standardEngine.lintText(text, [opts])

If an error occurs, an exception is thrown. Otherwise, a results object is returned.

feross
published 5.4.0 •

Changelog

Source

5.4.0 - 2017-02-08

  • Replace find-root and pkg-config by pkg-conf
  • Support parseOpts() option
  • Improve help message
    • add missing ignored files
    • add note about .gitignore files
  • Prevent package.json parser option from overriding explicit option
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