Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

code-push

Package Overview
Dependencies
Maintainers
6
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

code-push - npm Package Compare versions

Comparing version 1.11.0-beta to 1.11.1-beta

2

package.json
{
"name": "code-push",
"version": "1.11.0-beta",
"version": "1.11.1-beta",
"description": "Management SDK for the CodePush service",

@@ -5,0 +5,0 @@ "main": "script/index.js",

@@ -275,4 +275,4 @@ var fs = require("fs");

.end(function (err, res) {
if (file.isTemporary) {
fs.unlinkSync(filePath);
if (packageFile.isTemporary) {
fs.unlinkSync(packageFile.path);
}

@@ -279,0 +279,0 @@ if (err) {

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