Socket
Socket
Sign inDemoInstall

eslint-plugin-import

Package Overview
Dependencies
Maintainers
3
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-import - npm Package Versions

1
13

1.0.0-beta.0

Diff

Changelog

Source

[1.0.0-beta.0] - 2016-02-13

Changed

  • support for (only) ESLint 2.x
  • no longer needs/refers to import/parser or import/parse-options. Instead, ESLint provides the configured parser + options to the rules, and they use that to parse dependencies.

Removed

  • babylon as default import parser (see Breaking)
benmosher
published 0.13.0 •

Changelog

Source

[0.13.0] - 2016-02-08

Added

  • [no-commonjs] rule
  • [no-amd] rule

Removed

  • Removed vestigial no-require rule. [no-commonjs] is more complete.
benmosher
published 0.12.1 •

Changelog

Source

[0.12.1] - 2015-12-17

Changed

  • Broke docs for rules out into individual files.
benmosher
published 0.12.0 •

Changelog

Source

[0.12.0] - 2015-12-14

Changed

  • Ignore [import/ignore setting] if exports are actually found in the parsed module. Does this to support use of jsnext:main in node_modules without the pain of managing an allow list or a nuanced deny list.
benmosher
published 0.11.0 •

Changelog

Source

[0.11.0] - 2015-11-27

Added

  • Resolver plugins. Now the linter can read Webpack config, properly follow aliases and ignore externals, dismisses inline loaders, etc. etc.!
benmosher
published 0.10.1 •

Changelog

Source

Earlier releases (0.10.1 and younger)

See GitHub release notes for info on changes for earlier releases.

benmosher
published 0.10.0 •

benmosher
published 0.9.1 •

benmosher
published 0.8.1 •

benmosher
published 0.8.0 •

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