
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
This crate is part of the zng
project.
This crate provides 4 feature flags, 0 enabled by default.
"json"
Enable JSON helpers.
"yaml"
Enable YAML helpers.
"toml"
Enable TOML helpers.
"ron"
Enable RON helpers.
0.7.0
zng::env::on_process_start!
to inject custom code in zng::env::init!
.zng::env::on_process_exit
to register a handler for process exit.zng::env::exit
to collaboratively exit the process.zng::app::on_app_start
to register a handler to be called when the APP
context starts.From<Txt>
for std::ffi::OsString
.KeyLocation
.zng_view::init
, zng_view_prebuilt::init
, zng::view_process::default::init
, zng::view_process::prebuilt::init
.
zng::env::init!()
needs to be called to setup the view-process.zng_view::extensions::ViewExtensions::new
.
zng_view::view_process_extension!
to declare.zng_view_api::Controller::start
now requires the exe path and supports optional env variables to set.
zng::env::res
, was ./assets
now is ./res
.zng_view_prebuilt::ViewLib::init
to view_process_main
.is_single_instance
, single_instance
, single_instance_named
.
feature="single_instance"
.zng::task::ipc
workers.
zng::env::on_process_start!
to declare the worker entry anywhere.zng::app::crash_handler::init
and CrashConfig::new
.
zng::app::crash_handler::crash_handler_config
to config.HeadlessAppKeyboardExt
now require key location.FAQs
Unknown package
We found that zng-ext-fs-watcher demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.