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

cordova-plugin-appsflyer-sdk

Package Overview
Dependencies
Maintainers
0
Versions
125
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 6.15.1-rc2 to 6.15.1-rc3

52

package.json
{
"name": "cordova-plugin-appsflyer-sdk",
"version": "6.15.1-rc2",
"version": "6.15.1-rc3",
"description": "Cordova AppsFlyer SDK Plugin",
"cordova": {
"id": "cordova-plugin-appsflyer-sdk",
"platforms": [
"android",
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk.git"
},
"keywords": [
"cordova",
"appsflyer",
"ecosystem:cordova",
"cordova-android",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=4.3.0"
}
],
"author": "Appsflyer",
"license": {
"type": "MIT",
"url": "https://github.com/AppsFlyerSDK/appsflyer-cordova-plugin/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk/issues"
},
"homepage": "https://github.com/AppsFlyerSDK/cordova-plugin-appsflyer-sdk#readme",
"scripts": {
"test": "npm run jshint",
"jshint": "node node_modules/jshint/bin/jshint www && node node_modules/jshint/bin/jshint src && node node_modules/jshint/bin/jshint tests",
"setupIonicCordova": "cd examples/ionic-cordova; npm install; ionic cordova plugin rm cordova-plugin-appsflyer-sdk --save; ionic cordova platform rm android; ionic cordova platform rm ios; ionic cordova plugin add cordova-plugin-appsflyer-sdk --save; ionic cordova platform add android; ionic cordova platform add ios",
"runIonicCordovaIos": "cd examples/ionic-cordova; ionic cordova prepare ios; ionic cordova run ios;",
"runIonicCordovaAndroid": "cd examples/ionic-cordova; ionic cordova prepare android; ionic cordova run android;",
"setupCordova": "cd examples/cordova; npm install; cordova plugin rm cordova-plugin-appsflyer-sdk --save; cordova platform rm android; cordova platform rm ios; cordova plugin add cordova-plugin-appsflyer-sdk --save; cordova platform add android; cordova platform add ios",
"runCordovaIos": "cd examples/cordova; cordova prepare ios; cordova run ios;",
"runCordovaAndroid": "cd examples/cordova; cordova prepare android; cordova run android;"
},
"devDependencies": {
"jshint": "^2.6.0"
},
"dependencies": {}
}

@@ -0,1 +1,6 @@

## 6.15.1
Release date: *2024-08-29*
- Cordova >> Update Plugin to v6.15.1
## 6.14.3

@@ -2,0 +7,0 @@ Release date: *2024-04-30*

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