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

appcenter-push

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appcenter-push - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

package.json
{
"name": "appcenter-push",
"version": "1.0.0",
"version": "1.0.1",
"description": "React Native plugin for AppCenter Push",

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

"dependencies": {
"appcenter": "1.0.0"
"appcenter": "1.0.1"
},

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

@@ -19,4 +19,4 @@ const rnpmlink = require('appcenter-link-scripts');

return rnpmlink.ios.addPodDeps([
{ pod: 'AppCenter/Push', version: '1.0.0' },
{ pod: 'AppCenterReactNativeShared', version: '1.0.0' } // in case people don't link appcenter (core)
{ pod: 'AppCenter/Push', version: '1.0.1' },
{ pod: 'AppCenterReactNativeShared', version: '1.0.1' } // in case people don't link appcenter (core)
]).catch((e) => {

@@ -23,0 +23,0 @@ console.log(`

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