Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-gifted-chat

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-gifted-chat - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

17

package.json
{
"name": "react-native-gifted-chat",
"version": "0.0.9",
"version": "0.0.10",
"description": "The most complete chat UI for React Native",
"main": "index.js",
"scripts": {
"test": "jest"
},
"jest": {
"preset": "jest-react-native"
},
"repository": {

@@ -33,13 +27,8 @@ "type": "git",

"devDependencies": {
"babel-jest": "^14.1.0",
"babel-preset-react-native": "^1.9.0",
"eslint": "^3.2.2",
"eslint-plugin-react": "^6.0.0",
"eslint-plugin-react-native": "^2.0.0",
"jest": "^14.1.0",
"jest-cli": "^14.1.0",
"jest-react-native": "^14.1.3"
"eslint-plugin-react-native": "^2.0.0"
},
"dependencies": {
"@exponent/react-native-action-sheet": "^0.2.1",
"@exponent/react-native-action-sheet": "git+https://github.com/FaridSafi/react-native-action-sheet.git",
"md5": "^2.1.0",

@@ -46,0 +35,0 @@ "moment": "^2.13.0",

2

src/MessageContainer.js

@@ -104,3 +104,3 @@ import React from 'react';

renderRow(message, sectionId, rowId) {
if (!message._id) {
if (!message._id && message._id !== 0) {
console.warn('GiftedChat: `_id` is missing for message', JSON.stringify(message));

@@ -107,0 +107,0 @@ }

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