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

rmc-picker

Package Overview
Dependencies
Maintainers
2
Versions
121
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rmc-picker - npm Package Compare versions

Comparing version 2.3.0 to 2.3.1

3

lib/Popup.js

@@ -149,2 +149,5 @@ 'use strict';

var children = props.children;
if (!children) {
return null;
}
var child = _react2['default'].Children.only(children);

@@ -151,0 +154,0 @@ var newChildProps = {

2

package.json
{
"name": "rmc-picker",
"version": "2.3.0",
"version": "2.3.1",
"description": "React Mobile Picker Component",

@@ -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