From cf0c3d434232bd828e3ec2d53ccd531a6cfbca58 Mon Sep 17 00:00:00 2001 From: Gord Tanner Date: Mon, 29 Feb 2016 07:09:21 -0800 Subject: [PATCH] Update wc to latest version to remove insecure warning Summary:- [x] Updated wc dependency to latest version. - Noticed on bitHound wc was marked as insecure: [![bitHound Dependencies](https://www.bithound.io/github/facebook/react-native/badges/dependencies.svg)] (https://www.bithound.io/github/facebook/react-native/master/dependencies/npm) - details on bitHound [here](https://www.bithound.io/github/facebook/react-native/master/dependencies/npm/ws) - Updated the dep to remove that warning: [![bitHound Dependencies](https://www.bithound.io/github/gtanner/react-native/badges/dependencies.svg)](https://www.bithound.io/github/gtanner/react-native/master/dependencies/npm) - bitHound generated pr can be seen [here](https://github.com/gtanner/react-native/pull/1) - [x] Added a bitHound badge to the readme to track the state of your dependencies. **Test plan** * Ran `npm test` before and after updating the dependency * Build the 2048 sample app and ensured that livereload / remote debugging / packaging was all still working since that is where I could see `ws Closes https://github.com/facebook/react-native/pull/6153 Differential Revision: D2988876 fb-gh-sync-id: e19cce39d57214df082d42c59ac0d615496b0743 shipit-source-id: e19cce39d57214df082d42c59ac0d615496b0743 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04dbd5e4b0..d539d122a9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) [![Circle CI](https://circleci.com/gh/facebook/react-native.svg?style=svg)](https://circleci.com/gh/facebook/react-native) [![npm version](https://badge.fury.io/js/react-native.svg)](http://badge.fury.io/js/react-native) +# React Native [![Build Status](https://travis-ci.org/facebook/react-native.svg?branch=master)](https://travis-ci.org/facebook/react-native) [![Circle CI](https://circleci.com/gh/facebook/react-native.svg?style=svg)](https://circleci.com/gh/facebook/react-native) [![npm version](https://badge.fury.io/js/react-native.svg)](http://badge.fury.io/js/react-native) [![bitHound Dependencies](https://www.bithound.io/github/facebook/react-native/badges/dependencies.svg)](https://www.bithound.io/github/facebook/react-native/master/dependencies/npm) React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and [React](http://facebook.github.io/react). The focus of React Native is on developer efficiency across all the platforms you care about - learn once, write anywhere. Facebook uses React Native in multiple production apps and will continue investing in React Native.