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

cc.fovea.cordova.purchase

Package Overview
Dependencies
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cc.fovea.cordova.purchase - npm Package Compare versions

Comparing version 7.2.2 to 7.2.3

2

package.json
{
"name": "cc.fovea.cordova.purchase",
"version": "7.2.2",
"version": "7.2.3",
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)",

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

@@ -17,5 +17,12 @@ //

var path = ctx.requireCordovaModule('path');
var platformRoot = path.join(ctx.opts.projectRoot, 'platforms/android');
var platformRoot = path.join(ctx.opts.projectRoot,
'platforms' + path.sep + 'android');
var resDir = path.join('res', 'values');
// Ref #742: https://github.com/j3k0/cordova-plugin-purchase/issues/742
// Cordova failed to remove this file when uninstalling the plugin, which in
// turn prevents the plugin from re-installing. Work-around below:
fs.unlinkSync(path.join(platformRoot, 'app', 'src', 'main', 'aidl', 'com', 'android', 'vending', 'billing', 'IInAppBillingService.aidl'));
fs.unlinkSync(path.join(platformRoot, 'src', 'com', 'android', 'vending', 'billing', 'IInAppBillingService.aidl'));
// Android Studio or similar

@@ -22,0 +29,0 @@ var baseDir = '';

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