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
4
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 2.0.5 to 2.0.6

10

index.js

@@ -32,6 +32,7 @@ module.exports = {

// Best Practices
'no-eval' : 'error',
'no-else-return' : 'warn',
'no-loop-func' : 'error',
'no-implied-eval' : 'warn',
'no-eval' : 'error',
'no-else-return' : 'warn',
'no-loop-func' : 'error',
'no-implied-eval' : 'warn',
'no-buffer-constructor' : 'error',

@@ -50,2 +51,3 @@ // Variables

'object-property-newline' : [ 'warn', { allowMultiplePropertiesPerLine : true }],
'func-style' : [ 'warn', 'declaration', { allowArrowFunctions : true }],

@@ -52,0 +54,0 @@ // automatically fixable

2

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

@@ -5,0 +5,0 @@ "license": "MIT",

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