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

rikimaru09-react-image-picker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rikimaru09-react-image-picker - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

package.json
{
"name": "rikimaru09-react-image-picker",
"version": "1.1.5",
"version": "1.1.6",
"description": "Picks images from gallery",

@@ -5,0 +5,0 @@ "main": "dist/app.js",

@@ -18,8 +18,2 @@ import React, { Component } from 'react';

componentWillReceiveProps(nextProps) {
if(this.props.picked !== nextProps.picked) {
this.setState({picked: nextProps.picked});
}
}
handleImageClick(image) {

@@ -26,0 +20,0 @@ const { multiple, onPick } = this.props

Sorry, the diff of this file is too big to display

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