
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
cordova-plugin-clipboard
Advanced tools
BlackBerry 10 Community Contributed API to access the system clipboard
This BlackBerry 10 Cordova Plugin provide simple clipboard access functions like getText and setText.
Tested On
BlackBerry Dev Alpha C / 10.2.0.429
Author
This API can be installed from source or from NPM. Installation from NPM is done through the following:
cordova plugin add cordova-plugin-clipboard
Installation from source is the same but instead of the id ("cordova-plugin-clipboard"), use the file system path to the source plugin folder.
The Clipboard plugin provides the following API:
var str="something you want to copy to clipboard";
var result = community.clipboard.setText(str);
//result shows the bytes copied into clipboard, if result=="-1",then something is wrong.
var str = community.clipboard.getText;
// str is the content in the clipboard.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
BlackBerry 10 Community Contributed API to access the system clipboard
The npm package cordova-plugin-clipboard receives a total of 77 weekly downloads. As such, cordova-plugin-clipboard popularity was classified as not popular.
We found that cordova-plugin-clipboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.