
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@oliverphaser/nativescript-bitmap-factory
Advanced tools
A NativeScript module for creating and manipulating bitmap images. Forked from mkloubert and updated for NativeScript 8 with fixed iOS crop bug.
NativeScript has a method called notify
you can use to notify an observable of changes. But you can't use it to trigger events like tap
or swipe
, enter NativeScript Eventify.
This will work only on NativeScript 8.
tap
doubleTap
eventslongPress
eventsswipe
eventspan
eventspinch
eventsrotate
eventstouch
eventsns plugin add @oliverphaser/nativescript-eventify
Just require it once.
//app.js
require("@oliverphaser/nativescript-eventify");
/**
* home-page.js
*
* Assume the view already has the event listner(s) setup.
*/
// Simulates a tap event
view.eventify({ eventName: "tap", object: view });
Take a look at this Playground for a working example.
Properties | Required | Description |
---|---|---|
EventData | Yes | The eventName and object, just like using notify . |
Info | Sometimes | Some of the events (i.e. swipe ) will need extra information |
Event | Required | Properties | Description |
---|---|---|---|
tap | No | n/a | n/a |
FAQs
A NativeScript module for creating and manipulating bitmap images. Forked from mkloubert and updated for NativeScript 8 with fixed iOS crop bug.
The npm package @oliverphaser/nativescript-bitmap-factory receives a total of 24 weekly downloads. As such, @oliverphaser/nativescript-bitmap-factory popularity was classified as not popular.
We found that @oliverphaser/nativescript-bitmap-factory 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.