appcenter-push
Advanced tools
Comparing version 1.5.1 to 1.6.0
{ | ||
"name": "appcenter-push", | ||
"version": "1.5.1", | ||
"version": "1.6.0", | ||
"description": "React Native plugin for AppCenter Push", | ||
@@ -22,3 +22,3 @@ "main": "Push.js", | ||
"dependencies": { | ||
"appcenter": "1.5.1" | ||
"appcenter": "1.6.0" | ||
}, | ||
@@ -42,4 +42,5 @@ "rnpm": { | ||
"scripts": { | ||
"lint": "./node_modules/.bin/eslint ." | ||
"lint": "./node_modules/.bin/eslint .", | ||
"postinstall": "node scripts/postinstall" | ||
} | ||
} |
@@ -36,4 +36,4 @@ const rnpmlink = require('appcenter-link-scripts'); | ||
[ | ||
{ pod: 'AppCenter/Push', version: '1.6.1' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '1.5.1' } // in case people don't link appcenter (core) | ||
{ pod: 'AppCenter/Push', version: '1.7.1' }, | ||
{ pod: 'AppCenterReactNativeShared', version: '1.6.0' } // in case people don't link appcenter (core) | ||
], | ||
@@ -40,0 +40,0 @@ { platform: 'ios', version: '9.0' } |
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
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
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
36555
22
280
1
+ Addedappcenter@1.6.0(transitive)
+ Addedappcenter-link-scripts@1.6.0(transitive)
- Removedappcenter@1.5.1(transitive)
- Removedappcenter-link-scripts@1.5.1(transitive)
Updatedappcenter@1.6.0