Comparing version 1.5.1 to 1.6.0
{ | ||
"name": "appcenter", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "Node module that contains common functionality needed to appcenter-* modules", | ||
@@ -21,3 +21,3 @@ "main": "AppCenter.js", | ||
"dependencies": { | ||
"appcenter-link-scripts": "1.5.1" | ||
"appcenter-link-scripts": "1.6.0" | ||
}, | ||
@@ -47,2 +47,3 @@ "rnpm": { | ||
"lint": "./node_modules/.bin/eslint .", | ||
"postinstall": "node scripts/postinstall", | ||
"test": "jest" | ||
@@ -49,0 +50,0 @@ }, |
@@ -32,3 +32,3 @@ const rnpmlink = require('appcenter-link-scripts'); | ||
return rnpmlink.ios.addPodDeps( | ||
[{ pod: 'AppCenterReactNativeShared', version: '1.5.1' }], | ||
[{ pod: 'AppCenterReactNativeShared', version: '1.6.0' }], | ||
{ platform: 'ios', version: '9.0' } | ||
@@ -35,0 +35,0 @@ ); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38308
21
243
1
1
+ Addedappcenter-link-scripts@1.6.0(transitive)
- Removedappcenter-link-scripts@1.5.1(transitive)
Updatedappcenter-link-scripts@1.6.0