Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
cordova-plugin-jsms
Advanced tools
极光官方支持的 Cordova 短信验证码插件,支持 Android 和 iOS 平台。
目前不提供免费使用,有意可联系官方商务客服。
注意:从 v1.2.0 开始支持 cordova-android v7.0.0+ 和 ionic-native。因 cordova-android 从 v7.0.0 开始修改了项目结构,因此不兼容旧版本,升级时请注意。
cordova plugin add cordova-plugin-jsms --variable APP_KEY=Your_App_KEY
或
cordova plugin add https://github.com/jpush/cordova-plugin-jsms.git --variable APP_KEY=Your_App_Key
或下载到本地:
cordova plugin add <Plugin path> --variable APP_KEY=Your_App_Key
这里了解如何获得 AppKey。
如果使用了 ionic,可以通过 npm 安装 @jiguang-ionic/jsms 适配 ionic-native。
npm install --save @jiguang-ionic/jsms
然后在 app.module.ts 中增加:
import { JSMS } from '@jiguang-ionic/jsms';
...
providers: [
...
JSMS,
...
]
具体可参考 ./ionic/example 中的文件。
Please contribute! Look at the issues.
MIT © JiGuang
FAQs
JSMS for Cordova plugin.
The npm package cordova-plugin-jsms receives a total of 4 weekly downloads. As such, cordova-plugin-jsms popularity was classified as not popular.
We found that cordova-plugin-jsms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.