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

ldx-widgets

Package Overview
Dependencies
Maintainers
4
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ldx-widgets - npm Package Compare versions

Comparing version 4.10.1 to 4.10.2

8

dist/components/select_pvr.js
(function() {
var PropTypes, Pvr, React, SelectPvr, SelectPvrOption, animationMixin, assign, cloneDeep, createClass, div, filter;
var PropTypes, Pvr, React, SelectPvr, SelectPvrOption, animationMixin, assign, cloneDeep, createClass, div, filter, isEqual;

@@ -16,2 +16,4 @@ React = require('react');

isEqual = require('lodash/isEqual');
animationMixin = require('../mixins/animation_mixin');

@@ -273,3 +275,3 @@

o = selectedOptions[k];
if (o === option) {
if (isEqual(o, option)) {
return true;

@@ -280,3 +282,3 @@ }

} else {
return selectedOptions === option;
return isEqual(selectedOptions, option);
}

@@ -283,0 +285,0 @@ }

{
"name": "ldx-widgets",
"version": "4.10.1",
"version": "4.10.2",
"description": "widgets",

@@ -5,0 +5,0 @@ "main": "index.js",

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