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

@iy4u/common-client-lib

Package Overview
Dependencies
Maintainers
3
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iy4u/common-client-lib - npm Package Compare versions

Comparing version 0.0.39 to 0.0.40

2

package.json
{
"name": "@iy4u/common-client-lib",
"version": "0.0.39",
"version": "0.0.40",
"description": "IY Foundation Common Library",

@@ -5,0 +5,0 @@ "author": "IY Foundation Development <dev@iy4u.com>",

@@ -181,3 +181,3 @@ import * as components from './components';

},
$highlight(words, query) {
$highlight(words, query, color = 'orange') {
if (!query) return words;

@@ -188,3 +188,3 @@ let low_search_list = query.toLowerCase().trim().split(/[ ,]+/);

return words.toString().replace(iQuery, function (matchedTxt) {
return ('<span style=\'background-color: orange;\'>' + matchedTxt + '</span>');
return (`<span style='background-color: ${color};'>` + matchedTxt + '</span>');
});

@@ -191,0 +191,0 @@ },

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