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

eslint-plugin-salute-rules

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-salute-rules - npm Package Compare versions

Comparing version 1.0.1-canary.44.11017023456.0 to 1.0.1-canary.44.11029180633.0

3

index.js

@@ -8,3 +8,4 @@ const fs = require('fs');

.readdirSync(path.join(__dirname, 'rules'))
.filter((file) => !['index.js', 'helpers.js'].includes(file) && !file.endsWith('test.js'));
.filter((file) => !['index.js', 'helpers.js'].includes(file) && !file.endsWith('test.js'))
.map((file) => path.join('./rules', file));

@@ -11,0 +12,0 @@ const configs = {

{
"name": "eslint-plugin-salute-rules",
"version": "1.0.1-canary.44.11017023456.0",
"version": "1.0.1-canary.44.11029180633.0",
"description": "Salute eslint config ",

@@ -19,3 +19,3 @@ "homepage": "https://github.com/salute-developers/grail/tree/master/packages/eslint-plugin-salute-rules",

},
"gitHead": "4bb741082978371b412d8e094420ba74586ceb34"
"gitHead": "4bd81f64c926303f60cfad6141ff73047cba5046"
}
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