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
7
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 2.0.0-beta to 2.0.1-beta

2

CodePush.js

@@ -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",

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