New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appcenter-analytics

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcenter-analytics - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

4

package.json
{
"name": "appcenter-analytics",
"version": "1.2.0",
"version": "1.3.0",
"description": "React Native plugin for AppCenter Analytics",

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

"dependencies": {
"appcenter": "1.2.0"
"appcenter": "1.3.0"
},

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

@@ -30,6 +30,9 @@ const rnpmlink = require('appcenter-link-scripts');

console.log(`Added code to initialize iOS Analytics SDK in ${file}`);
return rnpmlink.ios.addPodDeps([
{ pod: 'AppCenter/Analytics', version: '1.3.0' },
{ pod: 'AppCenterReactNativeShared', version: '1.2.0' } // in case people don't link appcenter (core)
]).catch((e) => {
return rnpmlink.ios.addPodDeps(
[
{ pod: 'AppCenter/Analytics', version: '1.4.0' },
{ pod: 'AppCenterReactNativeShared', version: '1.3.0' } // in case people don't link appcenter (core)
],
{ platform: 'ios', version: '9.0' }
).catch((e) => {
console.log(`

@@ -36,0 +39,0 @@ Could not install dependencies using CocoaPods.

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