Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongodb-redact

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-redact - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

dist/regexes.d.ts

@@ -1,2 +0,2 @@

export declare const regexes: readonly [readonly [RegExp, "$1$2$4<base64>$5"], readonly [RegExp, "<certificate>"], readonly [RegExp, "<private key>"], readonly [RegExp, "$1/<path>/"], readonly [RegExp, "$1\\<path>\\"], readonly [RegExp, "$1/<path>/"], readonly [RegExp, "/$1/<user>/"], readonly [RegExp, "/$1/<user>/"], readonly [RegExp, "\\$1\\<user>\\"], readonly [RegExp, "<email>"], readonly [RegExp, "<ip address>"], readonly [RegExp, "<url>"], readonly [RegExp, "<mongodb uri>"], readonly [RegExp, "#schema/<namespace>"]];
export declare const regexes: readonly [readonly [RegExp, "$1$2$4<base64>$5"], readonly [RegExp, "<certificate>"], readonly [RegExp, "<private key>"], readonly [RegExp, "$1$2/<user>/"], readonly [RegExp, "$1$2\\<user>\\"], readonly [RegExp, "$1<email>"], readonly [RegExp, "<ip address>"], readonly [RegExp, "<url>"], readonly [RegExp, "<mongodb uri>"], readonly [RegExp, "#schema/<namespace>"]];
//# sourceMappingURL=regexes.d.ts.map

@@ -14,16 +14,15 @@ "use strict";

],
[/(file:\/\/)?\S+\/Contents\/Resources\/app\//gm, '$1/<path>/'],
[/(file:\/\/)?([a-zA-Z]:)?\\\S+\\resources\\app\\/gm, '$1\\<path>\\'],
[/(file:\/\/)?([a-zA-Z]:)?\/\S+\/resources\/app\//gm, '$1/<path>/'],
[/\/(Users?)\/[^/]*\//gm, '/$1/<user>/'],
[
/\/(usr|home|user|users|u01|var\/users|export\/home)\/[^/]*\//gm,
'/$1/<user>/',
/(file:\/\/|\/)(Users|user|users|user|usr|u01|var\/users|home|export\/home|Documents and Settings|Profiles)\/[^/]*\//gm,
'$1$2/<user>/',
],
[/\\(Users|Documents and Settings|Profiles)\\[^/\\]*\\/gm, '\\$1\\<user>\\'],
[
/(([^<>()[\]\\.,;:\s@"]+(\.[^<>()[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))/gim,
'<email>',
/(file:\/\/|\\)(Users|user|users|user|usr|u01|var\\users|home|export\\home|Documents and Settings|Profiles)\\[^/]*\\/gm,
'$1$2\\<user>\\',
],
[
/(^|[ \t\r\n\v\f])([a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]{1,64}@[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(\.[a-zA-Z0-9]([a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?){1,500})/gim,
'$1<email>',
],
[
/((1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])\.){3}(1?[0-9][0-9]?|2[0-4][0-9]|25[0-5])/gm,

@@ -30,0 +29,0 @@ '<ip address>',

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

"homepage": "https://github.com/mongodb-js/devtools-shared",
"version": "1.1.0",
"version": "1.1.1",
"repository": {

@@ -70,3 +70,3 @@ "type": "git",

},
"gitHead": "3990ebe9d2c8b646749b5d2767613d10cc221c1e"
"gitHead": "c88269832d44edcec0e637db242456c2f7975598"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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