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

@xapp/arachne-utils

Package Overview
Dependencies
Maintainers
0
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xapp/arachne-utils - npm Package Compare versions

Comparing version 1.8.12 to 1.8.13

2

lib/hallucinationDetector.d.ts

@@ -10,3 +10,3 @@ /*! Copyright (c) 2024, XAPP AI */

/**
* Looks for common hallucinated email addresses.
* Looks for common hallucinated (or made up fake) email addresses.
*

@@ -13,0 +13,0 @@ * @param email

@@ -34,3 +34,3 @@ "use strict";

/**
* Looks for common hallucinated email addresses.
* Looks for common hallucinated (or made up fake) email addresses.
*

@@ -44,5 +44,10 @@ * @param email

/^your@email\.com$/i, // Generic 'your email'
/^example@example\.com$/i, // Generic 'example'
/^example@email\.com$/i, // Generic 'example'
/^abc@xyz\.com$/i, // Generic 'user at domain'
/^user@domain\.com$/i, // Generic 'user at domain'
/^johndoe@email\.com$/i, // Generic 'johndoe'
/^janedoe@email\.com$/i, // Generic 'janedoe'
// any john doe at any domain, either johndoe or john.doe
/^(john|john\.doe)@[a-z]+\.[a-z]{2,}$/i,
/^example@domain\.com$/i, // 'example at domain'

@@ -49,0 +54,0 @@ /^[a-z]*@example\.com$/i, // Any user at example.com

{
"name": "@xapp/arachne-utils",
"version": "1.8.12",
"version": "1.8.13",
"types": "lib/index",

@@ -17,6 +17,6 @@ "main": "lib/index",

"devDependencies": {
"@microsoft/api-extractor": "7.47.7",
"@types/chai": "4.3.19",
"@types/mocha": "10.0.7",
"@types/node": "20.16.5",
"@microsoft/api-extractor": "7.47.9",
"@types/chai": "4.3.20",
"@types/mocha": "10.0.8",
"@types/node": "20.16.7",
"@types/sinon": "17.0.3",

@@ -27,7 +27,7 @@ "@types/sinon-chai": "3.2.12",

"mocha": "10.7.3",
"sinon": "18.0.0",
"sinon": "18.0.1",
"sinon-chai": "3.7.0",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.5.4"
"typescript": "5.6.2"
},

@@ -43,3 +43,3 @@ "dependencies": {

},
"gitHead": "9be0c878e50e02a8530b9d5e6b4ba52c68f9dd43"
"gitHead": "3367bf6bfd0135555b2cef418e6609e79cee9b05"
}

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