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

@awsui/collection-hooks

Package Overview
Dependencies
Maintainers
3
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@awsui/collection-hooks - npm Package Compare versions

Comparing version 1.0.67 to 1.0.68

2

dist/cjs/operations/property-filter.js

@@ -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.

2

internal/manifest.json
{
"commit": "84ab36242e7980d07aee0bc2b8c0ef8760fd7a87"
"commit": "82e3d5405eddf135c7fc0bf6af3a84c811be040b"
}

@@ -50,5 +50,5 @@ {

"type": "module",
"version": "1.0.67",
"version": "1.0.68",
"license": "Apache-2.0",
"scripts": {}
}
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