Socket
Socket
Sign inDemoInstall

@trivago/prettier-plugin-sort-imports

Package Overview
Dependencies
Maintainers
4
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trivago/prettier-plugin-sort-imports - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

CODE_OF_CONDUCT.md

8

package.json
{
"name": "@trivago/prettier-plugin-sort-imports",
"version": "2.0.2",
"version": "2.0.3",
"description": "A prettier plugins to sort imports in provided RegEx order",

@@ -40,4 +40,3 @@ "main": "lib/src/index.js",

"javascript-natural-sort": "0.7.1",
"lodash": "4.17.21",
"prettier": "2.2.1"
"lodash": "4.17.21"
},

@@ -49,2 +48,3 @@ "devDependencies": {

"jest": "26.6.3",
"prettier": "2.3.1",
"ts-jest": "26.5.3",

@@ -54,4 +54,4 @@ "typescript": "4.2.3"

"peerDependencies": {
"prettier": "^2.2.1"
"prettier": "2.x"
}
}

@@ -144,2 +144,18 @@ # Prettier plugin sort imports

### Compatibility
| Framework | Supported | Note |
|-----------|------------------------------------------|------------------------------|
| JS with ES Modules | ✅ Everything | - |
| NodeJS with ES Modules | ✅ Everything | - |
| React | ✅ Everything | - |
| Angular | ❌ Experimental features are not supported | Any contribution is welcome. |
| Vue | ❌ Not supported | Any contribution is welcome. |
| Svelte | ❌ Not supported | Any contribution is welcome. |
### Contribution
For more information regarding contribution, please check the [CONTRIBUTING](./CONTRIBUTING.md).
### Disclaimer
This plugin modifies the AST which is against the rules of prettier.
### Maintainers

@@ -146,0 +162,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