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
23
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 5.1.0 to 5.1.1

3

index.js

@@ -219,2 +219,3 @@ module.exports = {

"no-label-var": 2, // disallow labels that share a name with a variable
"no-global-assign": 2, // Disallow assignment to native objects or read-only global variables
"no-restricted-globals": [2, "event", "fdescribe"], // disallow specified global variables

@@ -225,6 +226,4 @@ "no-shadow": 2, // disallow variable declarations from shadowing variables declared in the outer scope

"no-undef-init": 2, // disallow initializing variables to `undefined`
"no-undefined": 2, // disallow the use of `undefined` as an identifier
"no-use-before-define": 2,//disallow the use of variables before they are defined
}
}
{
"name": "@mft/eslint-config-momentumft",
"version": "5.1.0",
"version": "5.1.1",
"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