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 1.7.0 to 1.8.0

8

CHANGELOG.md

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

## [1.8.0] - 2021-08-17
### Changed
- Update super old `@typescript-eslint/experimental-utils` dependency
- Update dev dependencies
## [1.7.0] - 2021-06-18

@@ -108,2 +115,3 @@

[1.8.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.6.0...v1.7.0

@@ -110,0 +118,0 @@ [1.6.0]: https://github.com/infctr/eslint-plugin-typescript-sort-keys/compare/v1.5.0...v1.6.0

49

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

@@ -41,15 +41,15 @@ "keywords": [

"coverage-preview": "http-server -o -p 5000 coverage/lcov-report",
"type-check": "tsc --noEmit --skipLibCheck",
"verify": "yarn type-check && yarn lint && yarn build && yarn coverage"
"typecheck": "tsc --noEmit --skipLibCheck",
"verify": "yarn typecheck && yarn lint && yarn build && yarn coverage"
},
"dependencies": {
"@typescript-eslint/experimental-utils": "^2.32.0",
"json-schema": "^0.2.5",
"@typescript-eslint/experimental-utils": "^4.29.2",
"json-schema": "^0.3.0",
"natural-compare-lite": "^1.4.0"
},
"devDependencies": {
"@babel/cli": "~7.8.4",
"@babel/core": "~7.9.6",
"@babel/preset-env": "~7.9.6",
"@babel/preset-typescript": "~7.9.0",
"@babel/cli": "~7.14.8",
"@babel/core": "~7.15.0",
"@babel/preset-env": "~7.15.0",
"@babel/preset-typescript": "~7.15.0",
"@infctr/eslint-docs": "~0.4.0",

@@ -62,25 +62,22 @@ "@rollup/plugin-commonjs": "~12.0.0",

"@types/babel__preset-env": "~7.9.0",
"@types/eslint": "~6.8.1",
"@types/eslint-plugin-prettier": "~3.1.0",
"@types/http-server": "~0.10.0",
"@types/eslint": "~7.28.0",
"@types/jest": "~25.2.3",
"@types/natural-compare-lite": "~1.4.0",
"@types/prettier": "~2.0.0",
"@types/rimraf": "~3.0.0",
"@types/tmp": "~0.2.0",
"@typescript-eslint/eslint-plugin": "~3.5.0",
"@typescript-eslint/parser": "~3.5.0",
"@types/rimraf": "~3.0.1",
"@types/tmp": "~0.2.1",
"@typescript-eslint/eslint-plugin": "~4.29.2",
"@typescript-eslint/parser": "~4.29.2",
"babel-jest": "~26.6.3",
"babel-plugin-module-resolver": "~4.1.0",
"eslint": "~7.23.0",
"eslint-config-prettier": "~8.1.0",
"eslint-plugin-eslint-plugin": "~2.3.0",
"eslint-plugin-import": "~2.22.1",
"eslint-plugin-jest": "~24.3.2",
"eslint-plugin-prettier": "~3.3.1",
"http-server": "~0.12.3",
"eslint": "~7.32.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-eslint-plugin": "~3.5.3",
"eslint-plugin-import": "~2.24.0",
"eslint-plugin-jest": "~24.4.0",
"eslint-plugin-prettier": "~3.4.0",
"http-server": "~13.0.0",
"husky": "~4.2.5",
"jest": "~26.6.3",
"lint-staged": "~10.5.4",
"prettier": "~2.2.1",
"prettier": "~2.3.2",
"rimraf": "~3.0.2",

@@ -90,3 +87,3 @@ "rollup": "~2.10.5",

"tsconfig": "~7.0.0",
"typescript": "~3.9.3"
"typescript": "~4.3.5"
},

@@ -93,0 +90,0 @@ "peerDependencies": {

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