Socket
Socket
Sign inDemoInstall

eslint-plugin-promise

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-promise - npm Package Versions

1245

4.1.0

Diff

macklinu
published 4.0.1 •

Changelog

Source

4.0.1

  • Remove promise/param-names fixer (#146)
macklinu
published 4.0.0 •

Changelog

Source

4.0.0

  • Added fixer for promise/no-new-statics rule (#133)
  • Support ESLint v5 (#144)

This is a breaking change that drops support for Node v4. In order to use ESLint v5 and eslint-plugin-promise v4, you must use Node >=6.

macklinu
published 3.8.0 •

Changelog

Source

3.8.0

  • Removed promise/avoid-new from recommended configuration (#119)
  • Ignored event listener callbacks in promise/prefer-await-to-callbacks (#117)
  • Ignored top-level awaits in promise/prefer-await-to-then (#126)
  • Added docs for promise/no-nesting and promise/prefer-await-to-then (#120) (#121)
macklinu
published 3.7.0 •

Changelog

Source

3.7.0

  • Added promise/valid-params rule (#85)
  • Added promise/no-new-statics rule (#82)
  • Added fixer for promise/param-names rule (#99)
  • Added rule documentation to each rule (#91)
xjamundx
published 3.6.0 •

Changelog

Source

3.6.0

  • Added ['catch'] support in catch-or-return
  • Added no-return-in-finally rule
  • Fixed some formatting in the docs
  • Added allowReject option to no-return-wrap
  • Added exceptions for no-callback-in-promise
xjamundx
published 3.5.0 •

Changelog

Source

3.5.0

  • Added support for recommended settings using extends: plugin:promise/recommended
xjamundx
published 3.4.2 •

Changelog

Source

3.4.2

  • Fixed always return false positive with ternary (#31)
xjamundx
published 3.4.1 •

Changelog

Source

3.4.1

  • fixed #49
xjamundx
published 3.4.0 •

Changelog

Source

3.4.0

  • new rule: avoid-new
  • new rule: no-promise-in-callback
  • new rule: no-callback-in-promise
  • new rule: no-nesting
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