@trivago/prettier-plugin-sort-imports
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -5,2 +5,5 @@ ## Changelog | ||
--- | ||
### v5.0.1 | ||
- Clean up unwanted packages and unpin dependencies [#322](https://github.com/trivago/prettier-plugin-sort-imports/pull/322) | ||
### v5.0.0 | ||
@@ -7,0 +10,0 @@ #### New features |
{ | ||
"name": "@trivago/prettier-plugin-sort-imports", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "A prettier plugins to sort imports in provided RegEx order", | ||
@@ -19,4 +19,3 @@ "main": "lib/src/index.js", | ||
"type-check": "tsc --noEmit", | ||
"prepublishOnly": "npm run compile && npm run test", | ||
"postinstall": "patch-package" | ||
"prepublishOnly": "npm run compile && npm run test" | ||
}, | ||
@@ -38,7 +37,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@babel/generator": "7.26.2", | ||
"@babel/parser": "7.26.2", | ||
"@babel/traverse": "7.25.9", | ||
"@babel/types": "7.26.0", | ||
"javascript-natural-sort": "0.7.1", | ||
"@babel/generator": "^7.26.2", | ||
"@babel/parser": "^7.26.2", | ||
"@babel/traverse": "^7.25.9", | ||
"@babel/types": "^7.26.0", | ||
"javascript-natural-sort": "^0.7.1", | ||
"lodash": "^4.17.21" | ||
@@ -48,15 +47,13 @@ }, | ||
"@babel/core": "^7.26.0", | ||
"@types/chai": "5.0.1", | ||
"@types/jest": "29.5.14", | ||
"@types/lodash": "4.17.13", | ||
"@types/node": "22.9.1", | ||
"@types/chai": "^5.0.1", | ||
"@types/jest": "^29.5.14", | ||
"@types/lodash": "^4.17.13", | ||
"@types/node": "^22.9.1", | ||
"@vue/compiler-sfc": "^3.5.13", | ||
"jest": "29.7.0", | ||
"patch-package": "^8.0.0", | ||
"postinstall-postinstall": "^2.1.0", | ||
"prettier": "3.3.3", | ||
"prettier-plugin-svelte": "3.3.1", | ||
"jest": "^29.7.0", | ||
"prettier": "^3.3.3", | ||
"prettier-plugin-svelte": "^3.3.1", | ||
"svelte": "^4.2.19", | ||
"ts-jest": "29.2.5", | ||
"typescript": "5.6.3" | ||
"ts-jest": "^29.2.5", | ||
"typescript": "^5.6.3" | ||
}, | ||
@@ -63,0 +60,0 @@ "peerDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
108017
12
0
+ Added@babel/generator@7.26.3(transitive)
+ Added@babel/parser@7.26.3(transitive)
+ Added@babel/traverse@7.26.4(transitive)
+ Added@babel/types@7.26.3(transitive)
- Removed@babel/generator@7.26.2(transitive)
- Removed@babel/parser@7.26.2(transitive)
- Removed@babel/traverse@7.25.9(transitive)
- Removed@babel/types@7.26.0(transitive)
Updated@babel/generator@^7.26.2
Updated@babel/parser@^7.26.2
Updated@babel/traverse@^7.25.9
Updated@babel/types@^7.26.0