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

cordova-plugin-firebase-with-upstream-messaging

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-firebase-with-upstream-messaging - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

package.json

@@ -8,3 +8,3 @@ {

"name": "cordova-plugin-firebase-with-upstream-messaging",
"version": "2.1.0",
"version": "2.1.1",
"description": "Cordova plugin for Google Firebase with upstream messaging",

@@ -11,0 +11,0 @@ "cordova": {

@@ -14,3 +14,3 @@ # cordova-plugin-firebase-with-upstream-messaging

```
<plugin name="cordova-plugin-firebase-with-upstream-messaging" spec="^2.1.0" />
<plugin name="cordova-plugin-firebase-with-upstream-messaging" spec="^2.1.1" />
```

@@ -17,0 +17,0 @@ or by running:

var fs = require("fs");
var path = require("path");
var utilities = require("../lib/utilities");
var xcode = require ("xcode");

@@ -33,4 +34,2 @@ /**

addShellScriptBuildPhase: function (context, xcodeProjectPath) {
var xcode = context.requireCordovaModule("xcode");
// Read and parse the XCode project (.pxbproj) from disk.

@@ -88,5 +87,2 @@ // File format information: http://www.monobjc.net/xcode-project-file-format.html

removeShellScriptBuildPhase: function (context, xcodeProjectPath) {
var xcode = context.requireCordovaModule("xcode");
// Read and parse the XCode project (.pxbproj) from disk.

@@ -93,0 +89,0 @@ // File format information: http://www.monobjc.net/xcode-project-file-format.html

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