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

react-native-code-push

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

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 1.0.0-beta to 1.0.1-beta

4

CodePush.ios.js

@@ -79,3 +79,5 @@ /**

if (update) {
resolve(extend({}, update, packageMixins.remote));
// There is an update available for a different native app version. In the current version of this plugin, we treat that as no update.
if (update.updateAppVersion) resolve(false);
else resolve(extend({}, update, packageMixins.remote));
} else {

@@ -82,0 +84,0 @@ resolve(update);

{
"name": "react-native-code-push",
"version": "1.0.0-beta",
"version": "1.0.1-beta",
"description": "React Native plugin for the CodePush service",

@@ -5,0 +5,0 @@ "main": "CodePush.ios.js",

@@ -10,3 +10,3 @@ react-native-code-push

- iOS
- Coming soon: Android
- Coming soon: Android (Try it out on [this branch](https://github.com/Microsoft/react-native-code-push/tree/first-check-in-for-android))

@@ -171,2 +171,2 @@ How does it work?

Calling this function is required if a rollbackTimeout parameter is passed to your ```LocalPackage.apply``` call.
If automatic rollback was not used, calling this function is not required and will result in a noop.
If automatic rollback was not used, calling this function is not required and will result in a noop.
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