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

react-native-code-push

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-code-push - npm Package Compare versions

Comparing version

to
7.0.1

{
"name": "react-native-code-push",
"version": "7.0.0",
"version": "7.0.1",
"description": "React Native plugin for the CodePush service",

@@ -38,7 +38,7 @@ "main": "CodePush.js",

"dependencies": {
"code-push": "^4.0.2",
"code-push": "^4.0.4",
"glob": "^7.1.6",
"hoist-non-react-statics": "^3.3.2",
"inquirer": "^7.3.3",
"plist": "3.0.1",
"plist": "^3.0.2",
"semver": "^7.3.2",

@@ -45,0 +45,0 @@ "xcode": "3.0.1"

@@ -429,3 +429,3 @@ [![appcenterbanner](https://user-images.githubusercontent.com/31293287/32969262-3cc5d48a-cb99-11e7-91bf-fa57c67a371c.png)](http://microsoft.github.io/code-push/)

In addition to being able to use the CodePush CLI to "manually" release updates, we believe that it's important to create a repeatable and sustainable solution for contiously delivering updates to your app. That way, it's simple enough for you and/or your team to create and maintain the rhythm of performing agile deployments. In order to assist with seting up a CodePush-based CD pipeline, refer to the following integrations with various CI servers:
In addition to being able to use the CodePush CLI to "manually" release updates, we believe that it's important to create a repeatable and sustainable solution for contiously delivering updates to your app. That way, it's simple enough for you and/or your team to create and maintain the rhythm of performing agile deployments. In order to assist with setting up a CodePush-based CD pipeline, refer to the following integrations with various CI servers:

@@ -432,0 +432,0 @@ * [Visual Studio Team Services](https://marketplace.visualstudio.com/items?itemName=ms-vsclient.code-push) - *NOTE: VSTS also has extensions for publishing to [HockeyApp](https://marketplace.visualstudio.com/items?itemName=ms.hockeyapp) and the [Google Play](https://github.com/microsoft/google-play-vsts-extension) store, so it provides a pretty great mobile CD solution in general.*