Socket
Socket
Sign inDemoInstall

jest-regex-util

Package Overview
Dependencies
0
Maintainers
5
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 24.0.0 to 24.2.0

build/index.d.ts

3

build/index.js

@@ -20,3 +20,2 @@ 'use strict';

*
*
*/

@@ -44,3 +43,3 @@ const escapePathForRegex = dir => {

/(\/|(.)?\\(?![[\]{}()*+?.^$|\\]))/g,
(_match, p1, p2) => (p2 && p2 !== '\\' ? p2 + '\\\\' : '\\\\')
(_match, _, p2) => (p2 && p2 !== '\\' ? p2 + '\\\\' : '\\\\')
);

@@ -47,0 +46,0 @@ }

{
"name": "jest-regex-util",
"version": "24.0.0",
"version": "24.2.0",
"repository": {

@@ -14,3 +14,4 @@ "type": "git",

"main": "build/index.js",
"gitHead": "634e5a54f46b2a62d1dc81a170562e6f4e55ad60"
"types": "build/index.d.ts",
"gitHead": "d23f1ef18567763ab0133372e376ae5026a23d4b"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc