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

cordova-plugin-app-review

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-app-review - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

package.json
{
"name": "cordova-plugin-app-review",
"version": "2.0.2",
"version": "2.0.3",
"description": "Cordova plugin to review app",

@@ -34,5 +34,5 @@ "cordova": {

"scripts": {
"version": "replace -s 'version=\"(.+)(?=\">)' 'version=\"'$npm_package_version plugin.xml && git add plugin.xml",
"version": "perl -p -i -e 's/(version=)\"\\d+\\.\\d+\\.\\d+\"/$1\"'$npm_package_version'\"$2/' plugin.xml && git add plugin.xml",
"postversion": "git push && git push --tags"
}
}

@@ -31,4 +31,6 @@ # cordova-plugin-app-review

Use variable `ANDROID_PLAY_CORE_VERSION` to override dependency version on Android.
Use variable `ANDROID_PLAY_CORE_VERSION` to override dependency version on Android:
$ cordova plugin add cordova-plugin-app-review --variable ANDROID_PLAY_CORE_VERSION='1.8.+'
## Methods

@@ -35,0 +37,0 @@ Most of time you can just use a boilerplate below to trigger the inapp review dialog and fallback to app/play store screen when the dialog wasn't displayed:

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc