Socket
Socket
Sign inDemoInstall

cordova-plugin-baidutji

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordova-plugin-baidutji

Cordova Plugin For Baidu Mobile Analysis


Version published
Weekly downloads
0
decreased by-100%
Maintainers
5
Weekly downloads
 
Created
Source

百度移动统计Cordova插件

How to debug:

  1. clone this project

  2. remove the old plugin from the project

  cordova plugin remove cordova-plugin-baidu-mob-stat
  1. add the plugin
	/**
	 * 	APP_CHANNEL  渠道(例如:test、prod)
	 *  APP_KEY	
	 */
	cordova plugin add cordova-plugin-baidutji@1.1.0 --variable APP_CHANNEL=test --variable APP_KEY=a8e72a15df
  1. build and debug
window.cordova.exec(success => {
    console.log('success', success)
}, err => {
    console.log('err', err)
}, 'BaiduMobStat', 'start', [])

Keywords

FAQs

Package last updated on 26 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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