Socket
Socket
Sign inDemoInstall

jest-regex-util

Package Overview
Dependencies
0
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 19.0.0 to 19.1.0-alpha.eed82034

4

build/index.js

@@ -24,4 +24,4 @@ /**

const escapeStrForRegex =
string => string.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&');
const escapeStrForRegex = string =>
string.replace(/[[\]{}()*+?.\\^$|]/g, '\\$&');

@@ -28,0 +28,0 @@ const replacePathSepForRegex = string => {

{
"name": "jest-regex-util",
"version": "19.0.0",
"version": "19.1.0-alpha.eed82034",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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