Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
= plist4r
Plist4r is a friendly rubygem / ruby lib for handling plist files.
== Installation
gem install plist4r
== Quick Start
require 'plist4r'
Plist4r::Config.default_path = "/Library/LaunchDaemons" filename = "com.github.myservice.plist" p = Plist4r.open(filename)
p.plist_type
p.file_format
p.edit do program_arguments ["/usr/local/bin/myservice"] watch_paths ["/var/db/myservice"] end
p.save
== Overview
For convenience we invoke {Plist4r.open} and {Plist4r.new} to initially create a plist object.
And use {Plist4r::Config} to set any global configuration defaults.
See {file:Backends} for the backends performance data.
Examples
Recommended reading
How to contribute
== Copyright
Plist4r is Copyright (c) 2009 under MIT License. See {file:LICENSE} for details.
FAQs
Unknown package
We found that plist4r 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
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.