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.25 to 1.0.26

4

dist/Select.js

@@ -69,3 +69,5 @@ "use strict";

exports.Select = React.memo(SelectRaw, function (prev, next) {
return utils_1.equalExcept(prev, next, "field", "map", "onSelect");
return (utils_1.equalExcept(prev, next, "field", "map", "onSelect") &&
prev.field.getValue() == next.field.getValue() &&
prev.field.getError() == next.field.getError());
});

@@ -72,0 +74,0 @@ function SelectRaw(_a) {

{
"name": "@use-ui/bootstrap3",
"version": "1.0.25",
"version": "1.0.26",
"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