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

@use-ui/bootstrap3

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@use-ui/bootstrap3 - npm Package Compare versions

Comparing version 1.0.24 to 1.0.25

5

dist/utils.js

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

}
var parts = s.split(new RegExp(term, "i"));
var parts = s.split(new RegExp(escapeRegex(term), "i"));
if (parts.length == 1)

@@ -33,2 +33,5 @@ return parts[0];

exports.highlight = highlight;
function escapeRegex(string) {
return string.replace(/[-\/\\^$*+?.()|[\]{}]/g, "\\$&");
}
function getChildrenText(children) {

@@ -35,0 +38,0 @@ var label = "";

2

package.json
{
"name": "@use-ui/bootstrap3",
"version": "1.0.24",
"version": "1.0.25",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

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