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 3.0.0 to 3.1.0

lib/index.mjs

7

CHANGELOG.md

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

## [3.1.0] - 2023-10-15
### Changed
- Fix esm export paths in config
## [3.0.0] - 2023-08-30

@@ -147,2 +153,3 @@

[3.1.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.3.0...v3.0.0

@@ -149,0 +156,0 @@ [2.3.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v2.2.0...v2.3.0

4

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

@@ -24,3 +24,3 @@ "keywords": [

".": {
"import": "./lib/index.esm.js",
"import": "./lib/index.mjs",
"require": "./lib/index.cjs.js",

@@ -27,0 +27,0 @@ "default": "./lib/index.cjs.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