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

appcenter

Package Overview
Dependencies
Maintainers
1
Versions
46
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 1.13.0 to 2.0.0

LICENSE

3

__tests__/AppCenter.test.js

@@ -0,1 +1,4 @@

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
const CustomProperties = require('../AppCenter.js').CustomProperties;

@@ -2,0 +5,0 @@

@@ -0,1 +1,4 @@

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
const ReactNative = require('react-native');

@@ -2,0 +5,0 @@

@@ -0,1 +1,4 @@

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
export const enum LogLevel {

@@ -2,0 +5,0 @@ VERBOSE = 2,

@@ -0,1 +1,4 @@

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
const ReactNative = require('react-native');

@@ -2,0 +5,0 @@

4

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

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

"dependencies": {
"appcenter-link-scripts": "1.13.0"
"appcenter-link-scripts": "2.0.0"
},

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

@@ -0,1 +1,4 @@

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
const rnpmlink = require('appcenter-link-scripts');

@@ -32,3 +35,3 @@

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

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

@@ -0,1 +1,4 @@

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
jest.mock('appcenter', () => ({

@@ -2,0 +5,0 @@ getLogLevel: jest.fn(),

Sorry, the diff of this file is not supported yet

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