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

eslint-plugin-tidal-extras

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-tidal-extras - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

package.json
{
"name": "eslint-plugin-tidal-extras",
"version": "1.0.4",
"version": "1.0.5",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -9,2 +9,10 @@ module.exports = {

if (!node.expression.callee) {
return;
}
if (node.expression.arguments.length === 0) {
return;
}
const isCallExpression = node.expression.type === 'CallExpression';

@@ -20,4 +28,4 @@ const isMemberExperssion = node.expression.callee.type === 'MemberExpression';

}
}
};
}
};
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