Socket
Socket
Sign inDemoInstall

eslint-plugin-regexp

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-regexp - npm Package Compare versions

Comparing version 1.14.0 to 1.15.0

dist/meta.js

3

dist/index.js

@@ -26,6 +26,7 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.rules = exports.configs = void 0;
exports.rules = exports.configs = exports.meta = void 0;
const rules_1 = require("./utils/rules");
const recommended = __importStar(require("./configs/recommended"));
const all = __importStar(require("./configs/all"));
exports.meta = __importStar(require("./meta"));
exports.configs = {

@@ -32,0 +33,0 @@ recommended,

{
"name": "eslint-plugin-regexp",
"version": "1.14.0",
"version": "1.15.0",
"description": "ESLint plugin for finding RegExp mistakes and RegExp style guide violations.",

@@ -81,6 +81,6 @@ "engines": {

"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-regexp": "~1.13.0",
"eslint-plugin-regexp": "~1.14.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-plugin-yml": "^1.0.0",
"markdownlint-cli": "^0.33.0",
"markdownlint-cli": "^0.34.0",
"mocha": "^10.0.0",

@@ -87,0 +87,0 @@ "mocha-chai-jest-snapshot": "^1.1.3",

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