@xapp/arachne-utils
Advanced tools
Comparing version 1.7.2 to 1.7.3
@@ -27,2 +27,3 @@ "use strict"; | ||
/^1\d{2}555\d{4}$/, // '12125550183' pattern | ||
/^8675309$/, // '8675309' pattern, the song pattern | ||
]; | ||
@@ -29,0 +30,0 @@ return hallucinatedPatterns.some(pattern => pattern.test(digits)); |
{ | ||
"name": "@xapp/arachne-utils", | ||
"version": "1.7.2", | ||
"version": "1.7.3", | ||
"types": "lib/index", | ||
@@ -17,6 +17,6 @@ "main": "lib/index", | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "7.42.3", | ||
"@types/chai": "4.3.12", | ||
"@microsoft/api-extractor": "7.43.1", | ||
"@types/chai": "4.3.14", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.11.24", | ||
"@types/node": "20.12.6", | ||
"@types/sinon": "17.0.3", | ||
@@ -26,3 +26,3 @@ "@types/sinon-chai": "3.2.12", | ||
"chai": "4.4.1", | ||
"mocha": "10.3.0", | ||
"mocha": "10.4.0", | ||
"sinon": "17.0.1", | ||
@@ -32,3 +32,3 @@ "sinon-chai": "3.7.0", | ||
"tslib": "2.6.2", | ||
"typescript": "5.3.3" | ||
"typescript": "5.4.3" | ||
}, | ||
@@ -44,3 +44,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "a2129d31396b4531167c85586e46ec90ceb5702a" | ||
"gitHead": "2a2acbc6864d2bb0bf24ae5d85a372f65aa4ac48" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32897
402