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

rmc-cascader

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmc-cascader - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

2

lib/Popup.js

@@ -55,3 +55,3 @@ 'use strict';

_this.props.onChange(_this.cascader.getValue().filter(function (c) {
return !!c;
return c !== null && c !== undefined;
}));

@@ -58,0 +58,0 @@ };

{
"name": "rmc-cascader",
"version": "3.0.3",
"version": "3.0.4",
"description": "m-cascader ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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