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

@roadmunk/eslint-config-roadmunk

Package Overview
Dependencies
Maintainers
9
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roadmunk/eslint-config-roadmunk - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

5

index.js

@@ -65,4 +65,4 @@ module.exports = {

'no-undef-init' : [ 'warn' ],
'array-bracket-spacing' : [ 'warn', 'always', { objectsInArrays: true, arraysInArrays : true } ],
'comma-dangle' : [ 'warn', { objects : 'always-multiline', arrays: 'always-multiline', functions: 'never' } ],
'array-bracket-spacing' : [ 'warn', 'always', { objectsInArrays : true, arraysInArrays : true } ],
'comma-dangle' : [ 'warn', { objects : 'always-multiline', arrays : 'always-multiline', functions : 'never' } ],
'comma-spacing' : [ 'warn' ],

@@ -123,3 +123,4 @@ 'comma-style' : [ 'warn' ],

'@roadmunk/roadmunk-custom/order-require' : 'error',
'@roadmunk/roadmunk-custom/assert-length' : 'error',
},
};

4

package.json
{
"name": "@roadmunk/eslint-config-roadmunk",
"version": "3.3.0",
"version": "3.4.0",
"description": "This holds the base Roadmunk shop standard ESLint configuration file.",

@@ -23,4 +23,4 @@ "license": "MIT",

"dependencies": {
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.2.0"
"@roadmunk/eslint-plugin-roadmunk-custom": "^1.3.0"
}
}

@@ -9,3 +9,3 @@ This holds the base Roadmunk shop standard ESLint configuration file.

"devDependencies" : {
"@roadmunk/eslint-config-roadmunk": "^3.0.2",
"@roadmunk/eslint-config-roadmunk": "^3.3.0",
}

@@ -12,0 +12,0 @@ }

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