Socket
Socket
Sign inDemoInstall

eslint-plugin-typescript-sort-keys

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-typescript-sort-keys - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

7

CHANGELOG.md

@@ -8,2 +8,8 @@ # Changelog

## [2.2.0] - 2023-03-17
### Changed
- Bump peer dependencies
## [2.1.0] - 2021-11-23

@@ -128,2 +134,3 @@

[2.2.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.1.0...v2.2.0
[2.1.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.0.0...v2.1.0

@@ -130,0 +137,0 @@ [2.0.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.8.0...v2.0.0

6

package.json
{
"name": "eslint-plugin-typescript-sort-keys",
"version": "2.1.0",
"version": "2.2.0",
"description": "Sort interface and string enum keys",

@@ -90,8 +90,8 @@ "keywords": [

"eslint": "^5 || ^6 || ^7 || ^8",
"typescript": "^3 || ^4"
"typescript": "^3 || ^4 || ^5"
},
"engines": {
"node": "10 - 12 || >= 13.9"
"node": "12 || >= 13.9"
},
"license": "ISC"
}

@@ -7,3 +7,3 @@ ![Tests](https://github.com/infctr/eslint-plugin-typescript-sort-keys/workflows/Tests/badge.svg?branch=master)

Inspired by and sourced from [eslint/sort-keys](https://github.com/eslint/eslint/blob/master/docs/rules/sort-keys.md)
Inspired by and sourced from [eslint/sort-keys]([https://github.com/eslint/eslint/blob/master/docs/rules/sort-keys.md](https://github.com/eslint/eslint/blob/main/docs/src/rules/sort-keys.md))

@@ -10,0 +10,0 @@ ## Installation

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