react-native-code-push
Advanced tools
Comparing version 2.0.0-beta to 2.0.1-beta
@@ -346,3 +346,3 @@ import { AcquisitionManager as Sdk } from "code-push/script/acquisition-sdk"; | ||
const currentPackage = await CodePush.getCurrentPackage(); | ||
if (currentPackage.isPending) { | ||
if (currentPackage && currentPackage.isPending) { | ||
syncStatusChangeCallback(CodePush.SyncStatus.UPDATE_INSTALLED); | ||
@@ -349,0 +349,0 @@ return CodePush.SyncStatus.UPDATE_INSTALLED; |
{ | ||
"name": "react-native-code-push", | ||
"version": "2.0.0-beta", | ||
"version": "2.0.1-beta", | ||
"description": "React Native plugin for the CodePush service", | ||
@@ -5,0 +5,0 @@ "main": "CodePush.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
966304
2