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

eslint-plugin-sort

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-sort - npm Package Compare versions

Comparing version 3.0.2 to 3.1.0

index.d.ts

12

package.json
{
"name": "eslint-plugin-sort",
"description": "Auto-fixable sort rules for ESLint.",
"version": "3.0.2",
"version": "3.1.0",
"author": "Mark Skelton",

@@ -28,8 +28,12 @@ "repository": "github:mskelton/eslint-plugin-sort",

"exports": {
"import": "./dist/index.js",
"require": "./index.cjs"
".": {
"types": "./index.d.ts",
"import": "./dist/index.js",
"require": "./index.cjs"
}
},
"files": [
"dist",
"index.cjs"
"index.cjs",
"index.d.ts"
],

@@ -36,0 +40,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