New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-sui

Package Overview
Dependencies
Maintainers
1
Versions
22
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.2.0 to 1.5.0

src/rules/commonjs.js

4

package.json
{
"name": "eslint-plugin-sui",
"version": "1.2.0",
"version": "1.5.0",
"access": "public",
"description": "Set of sui lint rules",

@@ -21,2 +22,3 @@ "keywords": [

"dependencies": {
"fast-glob": "3.3.2",
"requireindex": "1.2.0",

@@ -23,0 +25,0 @@ "string-dedent": "3.0.1"

const FactoryPattern = require('./rules/factory-pattern.js')
const SerializeDeserialize = require('./rules/serialize-deserialize.js')
const CommonJS = require('./rules/commonjs.js')
const Decorators = require('./rules/decorators.js')
const LayersArch = require('./rules/layers-architecture.js')

@@ -12,4 +15,7 @@ // ------------------------------------------------------------------------------

'factory-pattern': FactoryPattern,
'serialize-deserialize': SerializeDeserialize
'serialize-deserialize': SerializeDeserialize,
commonjs: CommonJS,
decorators: Decorators,
layersArch: LayersArch
}
}
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