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

@best/regex-util

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@best/regex-util - npm Package Compare versions

Comparing version 13.0.0 to 14.0.0

7

build/index.js

@@ -12,3 +12,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.escapePathForRegex = exports.replacePathSepForRegex = exports.escapeStrForRegex = void 0;
exports.escapeStrForRegex = escapeStrForRegex;
exports.replacePathSepForRegex = replacePathSepForRegex;
exports.escapePathForRegex = escapePathForRegex;
const path_1 = __importDefault(require("path"));

@@ -18,3 +20,2 @@ function escapeStrForRegex(string) {

}
exports.escapeStrForRegex = escapeStrForRegex;
function replacePathSepForRegex(string) {

@@ -26,3 +27,2 @@ if (path_1.default.sep === '\\') {

}
exports.replacePathSepForRegex = replacePathSepForRegex;
function escapePathForRegex(dir) {

@@ -36,3 +36,2 @@ if (path_1.default.sep === '\\') {

}
exports.escapePathForRegex = escapePathForRegex;
//# sourceMappingURL=index.js.map

@@ -16,3 +16,3 @@ {

},
"version": "13.0.0"
"version": "14.0.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