Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
cordova-plugin-dialonce
Advanced tools
This is a plugin that allows your Cordova or PhoneGap app to easily integrate the Dial Once SDK.
The Dial Once SDK is brought in automatically. There is no need to change or add anything in your code source.
To install the plugin in your Cordova app, run the following command:
$ cordova plugin add cordova-plugin-dialonce --variable ANDROID_API_KEY='<ANDROID_API_KEY>'
To add the plugin to your PhoneGap app, add the following snippet to your config.xml
:
<gap:plugin name="cordova-plugin-dialonce" source="npm">
<param name="ANDROID_API_KEY" value="<ANDROID_API_KEY>" />
</gap:plugin>
The Cordova command line tooling is based on node.js so first you’ll need to install node then you can install Cordova by executing:
$ npm install -g cordova
Create a new app by executing:
$ cordova create <project-name> [app-id] [app-name]
Specify a set of target platforms by executing:
$ cordova platform add <platform>
The only available platform at the moment is Android, iOS is coming soon.
Install the dialonce-cordova plugin by executing:
$ cordova plugin add dialonce-cordova --variable ANDROID_API_KEY='<ANDROID_API_KEY>'
# Create initial Cordova app
$ cordova create myApp
$ cd myApp/
$ cordova platform add android
$ cordova plugin add dialonce-cordova --variable ANDROID_API_KEY='<ANDROID_API_KEY>'
FAQs
Cordova plugin for Dial Once
The npm package cordova-plugin-dialonce receives a total of 0 weekly downloads. As such, cordova-plugin-dialonce popularity was classified as not popular.
We found that cordova-plugin-dialonce demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.