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.3 to 7.2.4

2

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

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

@@ -24,4 +24,4 @@ //

// 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'));
rmByPathSync(path.join(platformRoot, 'app', 'src', 'main', 'aidl', 'com', 'android', 'vending', 'billing', 'IInAppBillingService.aidl'));
rmByPathSync(path.join(platformRoot, 'src', 'com', 'android', 'vending', 'billing', 'IInAppBillingService.aidl'));

@@ -67,2 +67,7 @@ // Android Studio or similar

}
function rmByPathSync(targetFile) {
if (fs.existsSync(targetFile))
fs.unlinkSync(targetFile);
}
};

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