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

eslint-plugin-more

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-more - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

6

index.js

@@ -13,3 +13,4 @@

'no-duplicated-chains': require('./lib/rules/no-duplicated-chains'),
'classbody-starts-with-newline': require('./lib/rules/classbody-starts-with-newline')
'classbody-starts-with-newline': require('./lib/rules/classbody-starts-with-newline'),
'no-filter-instead-of-find': require('./lib/rules/no-filter-instead-of-find')
},

@@ -27,3 +28,4 @@ configs: {

'more/no-duplicated-chains': 2,
'more/classbody-starts-with-newline': [2, 'never']
'more/classbody-starts-with-newline': [2, 'never'],
'more/no-filter-instead-of-find': 2
}

@@ -30,0 +32,0 @@ }

{
"name": "eslint-plugin-more",
"version": "0.2.0",
"version": "0.2.1",
"keywords": [

@@ -5,0 +5,0 @@ "eslint",

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