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.2.0 to 4.2.1

script/acquisition-sdk.d.ts

5

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

@@ -13,3 +13,4 @@ "main": "script/index.js",

"prebuild:release": "npm run clean",
"build:release": "tsc -p ./tsconfig-release.json && npm run content",
"build:release": "tsc -p ./tsconfig-release.json && npm run check:release && npm run content",
"check:release" : "npx ts-node .github/scripts/check-for-declaration.ts",
"test": "npm run build && mocha --recursive bin/test",

@@ -16,0 +17,0 @@ "test:debugger": "mocha --recursive --inspect-brk=0.0.0.0 bin/test",

1

script/acquisition-sdk.js

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

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

@@ -69,2 +69,1 @@ "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

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

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

@@ -9,2 +9,1 @@ "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

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

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

@@ -109,2 +109,1 @@ "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