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

@ianvs/prettier-plugin-sort-imports

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 4.0.1 to 4.0.2

2

lib/src/utils/normalize-plugin-options.js

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

// Do not inject jsx plugin for non-jsx ts files
if (filepath.endsWith('.ts')) {
if (filepath?.endsWith('.ts')) {
plugins = plugins.filter((p) => p !== 'jsx');

@@ -67,0 +67,0 @@ }

{
"name": "@ianvs/prettier-plugin-sort-imports",
"private": false,
"version": "4.0.1",
"version": "4.0.2",
"description": "A prettier plugins to sort imports in provided RegEx order",

@@ -6,0 +6,0 @@ "main": "lib/src/index.js",

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