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.63 to 1.0.64

2

package.json
{
"name": "eslint-plugin-crisp",
"version": "1.0.63",
"version": "1.0.64",
"description": "Custom ESLint Rules for Crisp",

@@ -5,0 +5,0 @@ "author": "Crisp IM SAS",

@@ -34,3 +34,3 @@ const fs = require("fs");

const tagRegExp = new RegExp(`<${tag}`);
const headerRegExp = new RegExp(`<!--\\s*\\*{73}\\s*\\n\\s*${headers[index]}\\s*\\n\\s*\\*{73}\\s*-->\\s*\\n\\s*<${tag}`);
const headerRegExp = new RegExp(`<!--\\s*\\*{70,73}\\s*\\n\\s*${headers[index]}\\s*\\n\\s*\\*{70,73}\\s*-->\\s*\\n\\s*<${tag}`);

@@ -37,0 +37,0 @@ // If the tag exists without the corresponding header, report an error

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