Socket
Socket
Sign inDemoInstall

appcenter

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcenter - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

1

AppCenter.d.ts

@@ -35,2 +35,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

export function setUserId(userId: string | null): Promise<void>;
export function setDataResidencyRegion(dataResidencyRegion: string | null): Promise<void>;
export function getInstallId(): Promise<string>;

@@ -77,2 +77,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

// async - returns a Promise
setDataResidencyRegion(dataResidencyRegion) {
return AppCenterReactNative.setDataResidencyRegion(dataResidencyRegion);
},
// async - returns a Promise
getInstallId() {

@@ -79,0 +84,0 @@ return AppCenterReactNative.getInstallId();

4

package.json
{
"name": "appcenter",
"version": "5.0.0",
"version": "5.0.1",
"description": "Node module that contains common functionality needed to appcenter-* modules",

@@ -22,3 +22,3 @@ "main": "AppCenter.js",

"dependencies": {
"appcenter-link-scripts": "5.0.0"
"appcenter-link-scripts": "5.0.1"
},

@@ -25,0 +25,0 @@ "rnpm": {

@@ -35,3 +35,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

return rnpmlink.ios.addPodDeps(
[{ pod: 'AppCenterReactNativeShared', version: '5.0.0' }],
[{ pod: 'AppCenterReactNativeShared', version: '5.0.1' }],
{ platform: 'ios', version: '9.0' }

@@ -38,0 +38,0 @@ );

@@ -9,2 +9,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved.

setUserId: jest.fn(),
setDataResidencyRegion: jest.fn(),
isEnabled: jest.fn(),

@@ -11,0 +12,0 @@ setEnabled: jest.fn(),

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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