Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
@cypress/registry-js
Advanced tools
A simple and opinionated library for working with the Windows registry
reg.exe
Note: This is currently in preview, with support for features that GitHub Desktop and Atom require.
$ npm install --save registry-js
# or
$ yarn add registry-js
The current set of libraries for interacting with the registry have some limitations that meant we couldn't use it in GitHub Desktop:
windows-registry
depends
on ffi
at runtime, which caused issues with webpack-ing, and was missing
APIs we needed.node-winreg
depends on
reg.exe
which breaks as soon as you enable "Prevent access to registry
editing tools" Group Policy rules (yes, even QUERY
operations are caught by
this). More details about this can be found in
desktop/desktop#3105.After exploring other options like invoking PowerShell - which was too slow - we decided to write our own little library to do the stuff we require by invoking the Win32 APIs directly.
See the documentation under the
docs
folder.
Read the Setup section to ensure your development environment is setup for what you need.
This project isn't about implementing a 1-1 replication of the Windows registry API, but implementing just enough for whatever usages there are in the wild.
If you want to see something supported, open an issue to start a discussion about it.
FAQs
A simple and opinionated library for working with the Windows registry
The npm package @cypress/registry-js receives a total of 1 weekly downloads. As such, @cypress/registry-js popularity was classified as not popular.
We found that @cypress/registry-js demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.