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

standard-engine

Package Overview
Dependencies
Maintainers
9
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

1
10

1.11.0

Diff

Changelog

Source

1.11.0 - 2015-07-30

  • Merged standard 5.0.0-8
    • New feature: ability to specify globals via --global flag and global option
flet
published 1.10.2 •

Changelog

Source

1.10.2 - 2015-07-17

  • Merged standard 4.5.4 changes: switch to using deglob
flet
published 1.10.1 •

Changelog

Source

1.10.1 - 2015-07-06

  • Removed a stray console.log
flet
published 1.10.0 •

Changelog

Source

1.10.0 - 2015-07-06

  • Fix bug in custom parser option to make it work.
    • Merged from standard: New "globals" option can be set in package.json to define an array of global variables.
flet
published 1.9.0 •

Changelog

Source

1.9.0 - 2015-06-29

  • merge from latest standard 4.4.1 including:
    • Fixes to the gitignore feature
    • added parser parameter
    • Lots of repos added to clone.js test and made a lot faster! @feross is the best :)
flet
published 1.8.1 •

Changelog

Source

1.8.1 - 2015-06-17

  • Fix NPE error when opts._config is undefined. Thanks @wombleton
flet
published 1.8.0 •

Changelog

Source

1.8.0 - 2015-06-16

  • Fix gitignore support for Windows.
  • Refactor to use pkg-config.
  • Update to newer version of eslint to allow extending multiple eslint-config files.
flet
published 1.7.0 •

Changelog

Source

1.7.0 - 2015-05-30

Merged from standard

  • NEW FEATURE: Add proper .gitignore support
flet
published 1.6.0 •

Changelog

Source

1.6.0 - 2015-05-29

Merged from standard

  • NEW FEATURE: Custom Parsers can now be specified in package.json

To use a custom parser, install it from npm (example: npm install babel-eslint) and add this to your package.json:

{
  "yourcmdname": {
    "parser": "babel-eslint"
  }
}

(Thanks @feross)

flet
published 1.5.0 •

Changelog

Source

1.5.0 - 2015-05-25

Merged from standard

  • NEW FEATURE: pass in a formatter to get --format as an option for the command line! Thanks @ricardofbarros!
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