@awsui/collection-hooks
Advanced tools
Comparing version 1.0.67 to 1.0.68
@@ -54,2 +54,4 @@ "use strict"; | ||
return (itemValue + '').toLowerCase().startsWith((tokenValue + '').toLowerCase()); | ||
case '!^': | ||
return !(itemValue + '').toLowerCase().startsWith((tokenValue + '').toLowerCase()); | ||
// The unsupported operators result in an exception being thrown. | ||
@@ -56,0 +58,0 @@ // The exception can be avoided if using the match function. |
@@ -51,2 +51,4 @@ import { compareDates, compareTimestamps } from '../date-utils/compare-dates.js'; | ||
return (itemValue + '').toLowerCase().startsWith((tokenValue + '').toLowerCase()); | ||
case '!^': | ||
return !(itemValue + '').toLowerCase().startsWith((tokenValue + '').toLowerCase()); | ||
// The unsupported operators result in an exception being thrown. | ||
@@ -53,0 +55,0 @@ // The exception can be avoided if using the match function. |
{ | ||
"commit": "84ab36242e7980d07aee0bc2b8c0ef8760fd7a87" | ||
"commit": "82e3d5405eddf135c7fc0bf6af3a84c811be040b" | ||
} |
@@ -50,5 +50,5 @@ { | ||
"type": "module", | ||
"version": "1.0.67", | ||
"version": "1.0.68", | ||
"license": "Apache-2.0", | ||
"scripts": {} | ||
} |
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
86713
1614