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

code-push

Package Overview
Dependencies
Maintainers
11
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 4.0.5 to 4.1.0

script/acquisition-sdk.js.map

10

package.json
{
"name": "code-push",
"version": "4.0.5",
"version": "4.1.0",
"description": "Management SDK for the CodePush service",

@@ -26,6 +26,6 @@ "main": "script/index.js",

"dependencies": {
"appcenter-file-upload-client": "0.0.24",
"appcenter-file-upload-client": "0.1.0",
"recursive-fs": "^2.1.0",
"slash": "^3.0.0",
"superagent": "^6.1.0",
"superagent": "^8.0.0",
"superagent-proxy": "^3.0.0",

@@ -40,4 +40,4 @@ "yazl": "^2.5.1"

"@types/yazl": "^2.4.2",
"mocha": "^9.1.1",
"shx": "^0.3.3",
"mocha": "^9.2.0",
"shx": "^0.3.4",
"superagent-mock": "^4.0.0",

@@ -44,0 +44,0 @@ "typescript": "^4.4.3"

@@ -181,1 +181,2 @@ "use strict";

}
//# sourceMappingURL=acquisition-sdk.js.map

@@ -69,1 +69,2 @@ "use strict";

exports.CodePushUnauthorizedError = CodePushUnauthorizedError;
//# sourceMappingURL=code-push-error.js.map
"use strict";
var AccountManager = require("./management-sdk");
module.exports = AccountManager;
//# sourceMappingURL=index.js.map

@@ -675,1 +675,2 @@ "use strict";

module.exports = AccountManager;
//# sourceMappingURL=management-sdk.js.map

@@ -9,1 +9,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=types.js.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=adapter-types.js.map

@@ -352,4 +352,4 @@ "use strict";

releaseModification.is_disabled = legacyCodePushReleaseInfo.isDisabled;
if (legacyCodePushReleaseInfo.isMandatory)
releaseModification.is_mandatory = legacyCodePushReleaseInfo.isMandatory;
if (legacyCodePushReleaseInfo.isMandatory !== undefined)
releaseModification.is_mandatory = legacyCodePushReleaseInfo.isMandatory === true;
if (legacyCodePushReleaseInfo.description)

@@ -534,1 +534,2 @@ releaseModification.description = legacyCodePushReleaseInfo.description;

module.exports = Adapter;
//# sourceMappingURL=adapter.js.map

@@ -109,1 +109,2 @@ "use strict";

module.exports = RequestManager;
//# sourceMappingURL=request-manager.js.map
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