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 2.5.0 to 2.6.0

10

AppCenter.d.ts
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
export const enum LogLevel {
export enum LogLevel {
VERBOSE = 2,

@@ -17,3 +17,3 @@ DEBUG = 3,

*/
export const enum AppCenterLogLevel {
export enum AppCenterLogLevel {
VERBOSE = 2,

@@ -29,4 +29,4 @@ DEBUG = 3,

export class CustomProperties {
set(key: string, value: string | number | boolean | Date);
clear(key: string);
set(key: string, value: string | number | boolean | Date): CustomProperties;
clear(key: string): CustomProperties;
}

@@ -41,2 +41,2 @@

export function getInstallId(): Promise<string>;
export function setCustomProperties(properties: CustomProperties);
export function setCustomProperties(properties: CustomProperties): Promise<void>;
{
"name": "appcenter",
"version": "2.5.0",
"version": "2.6.0",
"description": "Node module that contains common functionality needed to appcenter-* modules",

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

"dependencies": {
"appcenter-link-scripts": "2.5.0"
"appcenter-link-scripts": "2.6.0"
},

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

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

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

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

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