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.6.0 to 1.7.0

4

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

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

"dependencies": {
"appcenter-link-scripts": "1.6.0"
"appcenter-link-scripts": "1.7.0"
},

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

@@ -32,3 +32,3 @@ const rnpmlink = require('appcenter-link-scripts');

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

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

@@ -7,3 +7,3 @@ const fs = require('fs');

const projectDirectory = path.resolve(__dirname, '..', '..', '..');
const setupFileNamePath = `.${path.sep}node_modules${path.sep}${moduleName}${path.sep}test${path.sep}${setupFileName}`;
const setupFileNamePath = `<rootDir>${path.sep}node_modules${path.sep}${moduleName}${path.sep}test${path.sep}${setupFileName}`;

@@ -10,0 +10,0 @@ // Check if package.json has jest as dependency

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