Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cordova-plugin-appsflyer-sdk

Package Overview
Dependencies
Maintainers
1
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-appsflyer-sdk - npm Package Compare versions

Comparing version 4.2.15 to 4.2.16

examples/demoC/.npmignore

20

package.json
{
"name": "cordova-plugin-appsflyer-sdk",
"version": "4.2.15",
"version": "4.2.16",
"description": "Cordova AppsFlyer SDK Plugin",

@@ -41,8 +41,14 @@ "cordova": {

"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
"preparedemo": "cd examples/demoA; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --save",
"setup": "cd examples/demoA; npm install; cd ../..; npm run preparedemo;",
"demo.ra": "cd examples/demoA; ionic run android",
"demo.ba": "cd examples/demoA; ionic build android",
"demo.ri": "cd examples/demoA; ionic run ios",
"demo.bi": "cd examples/demoA; ionic build ios"
"preparedemo_a": "cd examples/demoA; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --save",
"preparedemo_c": "cd examples/demoC; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova plugin add ../.. --save; cordova plugin rm phonegap-plugin-push --save; cordova plugin add phonegap-plugin-push@1.7.0 --variable SENDER_ID=12345 --save; cordova plugin rm cordova-plugin-console --save; cordova plugin add cordova-plugin-console --save; cordova platform rm android; cordova platform add android; cordova platform rm ios; cordova platform add ios",
"setup_a": "cd examples/demoA; npm install; cd ../..; npm run preparedemo_a;",
"setup_c": "cd examples/demoC; npm install; cd ../..; npm run preparedemo_c;",
"demo_a.ra": "cd examples/demoA; ionic run android",
"demo_a.ba": "cd examples/demoA; ionic build android",
"demo_a.ri": "cd examples/demoA; ionic run ios",
"demo_a.bi": "cd examples/demoA; ionic build ios",
"demo_c.ra": "cd examples/demoC; cordova run android",
"demo_c.ba": "cd examples/demoC; cordova build android",
"demo_c.ri": "cd examples/demoC; cordova run ios",
"demo_c.bi": "cd examples/demoC; cordova build ios"
},

@@ -49,0 +55,0 @@ "devDependencies": {

@@ -41,4 +41,4 @@ <img src="https://www.appsflyer.com/wp-content/uploads/2016/11/logo-1.svg" width="200">

- iOS AppsFlyerSDK **v4.5.12**
- Android AppsFlyerSDK **v4.6.1**
- iOS AppsFlyerSDK **v4.6.3**
- Android AppsFlyerSDK **v4.6.5**

@@ -302,3 +302,3 @@

#### <a id="dl-android"> Android
In ver. 4.2.5 deeplinking metadata (scheme/host) is sent automatically
In ver. >4.2.5 deeplinking metadata (scheme/host) is sent automatically

@@ -327,14 +327,25 @@ #### <a id="dl-ios"> iOS

This plugin has a `examples` folder with `demoA` (Angular 1) project bundled with it. To give it a try , clone this repo and from root a.e. `cordova-plugin-appsflyer-sdk` execute the following:
This plugin has a `examples` folder with `demoA` (Angular 1) and `demoC` (Cordova) projects bundled with it. To give it a try , clone this repo and from root a.e. `cordova-plugin-appsflyer-sdk` execute the following:
For Cordova:
```sh
npm run setup
npm run setup_c
```
- `npm run demo_c.ra` - runs Android
- `npm run demo_c.ba` - builds Android
- `npm run demo_c.ri` - runs iOS
- `npm run demo_c.bi` - builds iOS
- `npm run demo.ra` - runs Android
- `npm run demo.ba` - builds Android
- `npm run demo.ri` - runs iOS
- `npm run demo.bi` - builds iOS
For Angular:
```sh
npm run setup_a
```
- `npm run demo_a.ra` - runs Android
- `npm run demo_a.ba` - builds Android
- `npm run demo_a.ri` - runs iOS
- `npm run demo_a.bi` - builds iOS
![demo printscreen](examples/demo_example.png?raw=true)

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

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