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

eslint-plugin-simple-import-sort

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-simple-import-sort - npm Package Compare versions

Comparing version 7.0.0 to 8.0.0

3

exports.js

@@ -11,4 +11,3 @@ "use strict";

docs: {
url:
"https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
},

@@ -15,0 +14,0 @@ messages: {

@@ -8,2 +8,4 @@ "use strict";

["^\\u0000"],
// Node.js builtins prefixed with `node:`.
["^node:"],
// Packages.

@@ -42,4 +44,3 @@ // Things that start with a letter (or digit or underscore), or `@` followed by a letter.

docs: {
url:
"https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
url: "https://github.com/lydell/eslint-plugin-simple-import-sort#sort-order",
},

@@ -46,0 +47,0 @@ messages: {

{
"name": "eslint-plugin-simple-import-sort",
"version": "7.0.0",
"version": "8.0.0",
"license": "MIT",

@@ -5,0 +5,0 @@ "author": "Simon Lydell",

@@ -14,2 +14,3 @@ # eslint-plugin-simple-import-sort

- ✅️ 100% code coverage
- ✅️ No dependencies
- ❌ [Does not support `require`][no-require]

@@ -20,3 +21,3 @@

[@typescript-eslint/parser]: https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser
[eslint-plugin-import]: https://github.com/benmosher/eslint-plugin-import/
[eslint-plugin-import]: https://github.com/import-js/eslint-plugin-import/
[no-require]: https://github.com/lydell/eslint-plugin-simple-import-sort/#does-it-support-require

@@ -26,2 +27,4 @@ [prettier]: https://prettier.io/

## Example
**[➡️ Full readme](https://github.com/lydell/eslint-plugin-simple-import-sort/)**

@@ -755,3 +755,3 @@ "use strict";

// trying to compare anything else, `import {a, a} from "mod"` is a syntax
// error anyway (but babel-eslint kind of supports it).
// error anyway (but @babel/eslint-parser kind of supports it).
// istanbul ignore next

@@ -758,0 +758,0 @@ itemA.index - itemB.index

Sorry, the diff of this file is not supported yet

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