react-native-gifted-chat
Advanced tools
Comparing version 0.0.9 to 0.0.10
{ | ||
"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", |
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Git dependency
Supply chain riskContains a dependency which resolves to a remote git URL. Dependencies fetched from git URLs are not immutable can be used to inject untrusted code or reduce the likelihood of a reproducible install.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3
57761
21
1