Socket
Socket
Sign inDemoInstall

cordova-plugin-fcm-ng

Package Overview
Dependencies
0
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.1.5 to 8.2.0

5

CHANGELOG.md
# Changelog
### Version 8.2.0 (10/12/2020)
- Fixed Dynamic Link. New function getDynamicLink. Fixed open link on
background, foreground and non-installed app
- Big code refactor
### Version 8.1.5 (24/11/2020)

@@ -4,0 +9,0 @@ - Fixed Dynamic link callback on Android (2)

2

package.json
{
"version": "8.1.5",
"version": "8.2.0",
"name": "cordova-plugin-fcm-ng",

@@ -4,0 +4,0 @@ "cordova_name": "Cordova FCM Push Plugin NG",

@@ -153,2 +153,5 @@ # Google Firebase Cloud Messaging Cordova Push Plugin

### getDynamicLink
Only works on Android.
```js

@@ -159,2 +162,5 @@ FCMPluginNG.getDynamicLink();

### onDynamicLink
Only works on iOS
```js

@@ -164,7 +170,2 @@ FCMPluginNG.onDynamicLink();

### createDynamicLink
```js
FCMPluginNG.createDynamicLink({params});
```
## License

@@ -171,0 +172,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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc