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

@roadmunk/eslint-plugin-roadmunk-custom

Package Overview
Dependencies
Maintainers
9
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@roadmunk/eslint-plugin-roadmunk-custom - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

docs/rules/prefer-isempty.md

4

docs/rules/no-require-views.md
# Prevent requiring `views/` packages in JS code (no-require-views)
This rule aims to prevent importing packages from within the `views/`, directory. We should instead be only requiring the packages we specifically need, instead of entire views (unless we need the entire view).
This rule aims to prevent importing packages from within the `views/`, directory. We should instead be only requiring the packages we specifically need, instead of entire views (unless we need the entire view).

@@ -30,2 +30,2 @@ ## Rule Details

```
```
{
"name": "@roadmunk/eslint-plugin-roadmunk-custom",
"version": "1.8.1",
"version": "1.8.2",
"description": "Plugin to hold custom ESLint rules for Roadmunk",

@@ -20,3 +20,3 @@ "keywords": [

"dependencies": {
"lodash": "^4.17.11",
"lodash": "^4.17.12",
"requireindex": "~1.1.0"

@@ -26,3 +26,3 @@ },

"@roadmunk/eslint-config-roadmunk": "^3.9.0",
"eslint": "^5.1.0",
"eslint": "^5.16.0",
"mocha": "^5.2.0"

@@ -29,0 +29,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