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

cordova-plugin-purchase

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-purchase - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

doc/android-test-user.png

2

package.json
{
"name": "cordova-plugin-purchase",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cordova Purchase plugin for iOS and Android (AppStore and PlayStore)",

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

@@ -13,2 +13,23 @@ # Cordova Purchase Plugin

## Installation
### Install the plugin
```sh
cordova plugin add cordova-plugin-urlhandler
```
Need android too?
```sh
cordova plugin add cordova-plugin-urlhandler --variable BILLING_KEY="<BILLING_KEY>"
```
Check [here](https://github.com/hypery2k/cordova-purchase-plugin/wiki/HOWTO#add-android-billing-key) for details on how to retrieve the billing key (or public key).
### Setup your Application
See [Setup iOS Applications](HOWTO#setup-ios-applications) and [Setup Android Applications](HOWTO#setup-android-applications).
## Features

@@ -35,3 +56,3 @@

You probably want to start by installing the plugin into your project.
This is documented in the [Setup Guide](https://github.com/j3k0/cordova-plugin-purchase/wiki/Setup)
This is documented in the [Setup Guide](https://github.com/hypery2k/cordova-purchase-plugin/wiki//Setup)

@@ -38,0 +59,0 @@ Once your project is setup properly, add the minimal initialization code in

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