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

eslint-plugin-sui

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-sui - npm Package Compare versions

Comparing version 1.9.0 to 1.10.0

src/rules/decorator-deprecated-remark-method.js

2

package.json
{
"name": "eslint-plugin-sui",
"version": "1.9.0",
"version": "1.10.0",
"access": "public",

@@ -5,0 +5,0 @@ "description": "Set of sui lint rules",

@@ -5,2 +5,4 @@ const FactoryPattern = require('./rules/factory-pattern.js')

const Decorators = require('./rules/decorators.js')
const DecoratorDeprecated = require('./rules/decorator-deprecated.js')
const DecoratorDeprecatedRemarkMethod = require('./rules/decorator-deprecated-remark-method.js')
const LayersArch = require('./rules/layers-architecture.js')

@@ -19,4 +21,6 @@

decorators: Decorators,
'layers-arch': LayersArch
'layers-arch': LayersArch,
'decorator-deprecated': DecoratorDeprecated,
'decorator-deprecated-remark-method': DecoratorDeprecatedRemarkMethod
}
}
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