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

eslint-plugin-crisp

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-crisp - npm Package Compare versions

Comparing version 1.0.52 to 1.0.53

2

package.json
{
"name": "eslint-plugin-crisp",
"version": "1.0.52",
"version": "1.0.53",
"description": "Custom EsLint Rules for Crisp",

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

@@ -42,6 +42,6 @@ const doctrine = require("doctrine");

if (!jsdocParam) {
if (!jsdocParam || !jsdocParam.type) {
context.report({
node,
message: "No matching JSDoc param found (this was probably missed by 'jsdoc/require-param')"
message: "No matching JSDoc param found"
});

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