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

eslint-plugin-budapestian

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-budapestian - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

11

lib/rules/global-constant-pattern-rule.js

@@ -49,7 +49,8 @@ const decamelize = require("decamelize");

!constantNameIsValid(getVariableDeclaratorName(pDeclarator)) &&
![
"CallExpression",
"MemberExpression",
"NewExpression",
"AwaitExpression",
[
"Literal",
"BinaryExpression",
"Identifier",
"ArrayExpression",
"ObjectExpression",
].includes(pDeclarator.init.type)

@@ -56,0 +57,0 @@ );

{
"name": "eslint-plugin-budapestian",
"version": "3.0.0",
"version": "3.0.1",
"description": "enforce budapestian style rules",

@@ -46,6 +46,7 @@ "keywords": [

"chai": "4.3.4",
"dependency-cruiser": "10.5.0",
"eslint": "8.0.1",
"dependency-cruiser": "10.6.0",
"eslint": "8.1.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-budapestian": "file:./lib",
"eslint-plugin-eslint-plugin": "4.0.2",
"mocha": "9.1.3",

@@ -73,21 +74,2 @@ "npm-run-all": "4.1.5",

},
"nyc": {
"statements": 100,
"branches": 100,
"functions": 100,
"lines": 100,
"exclude": [
"*.js",
"coverage/**/*",
"tmp*",
"docs/**/*",
"test/**/*"
],
"reporter": [
"text-summary",
"html",
"lcov"
],
"all": true
},
"files": [

@@ -94,0 +76,0 @@ "lib",

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