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

@mft/eslint-config-momentumft

Package Overview
Dependencies
Maintainers
9
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mft/eslint-config-momentumft - npm Package Compare versions

Comparing version 3.1.2 to 3.1.3

2

index.js

@@ -144,3 +144,3 @@ module.exports = {

"max-nested-callbacks": [2, 3], // specify the maximum depth callbacks can be nested
"max-params": [1, {max:4}], // limits the number of parameters that can be used in the function declaration.
"max-params": [1, {max:5}], // limits the number of parameters that can be used in the function declaration.
"max-statements": [1, {max:15}], // specify the maximum number of statement allowed in a function

@@ -147,0 +147,0 @@ "new-cap": [2, { "capIsNew": false }], // require a capital letter for constructors

{
"name": "@mft/eslint-config-momentumft",
"version": "3.1.2",
"version": "3.1.3",
"description": "Our ESLint configuration",

@@ -5,0 +5,0 @@ "main": "index.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