
Security News
Open VSX Begins Implementing Pre-Publish Security Checks After Repeated Supply Chain Incidents
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.
@urbit/nockjs
Advanced tools
A Javascript implementation of Nock.
npm install @urbit/nockjs
Presently, primarily for dealing with nouns as Javascript objects.
Noun is an Atom or a Cell.Atom.fromString('123', 10), Atom.fromInt(123), Atom.fromCord('{') all create a new Atom object. Uses bigint internally, can construct with new Atom(someBigint).new Cell(a, b).dwim(...) does a best-effort attempt of interpreting the arguments into a Noun.enjs contains Noun => Json conversions and conversion builders.dejscontains Json => Noun conversions for idiomatic noun shapes.When working with Noun objects, it is important to treat them as immutable,
and not assign to their properties or otherwise modify them directly. The
TypeScript readonly property should prevent you from doing so, and you
must not ignore this.
This library implements unifying equality, deduplicating identical nouns in
memory whenever they are detected. This means that one Noun object might be
a sub-noun to many other Nouns, and changing the one sub-noun could change it
for all nouns it is used in. Additionally, the Noun object keeps a mug cache,
which does not get cleared when illicitly changing the noun's contents.
FAQs
Javascript urbit runtime
The npm package @urbit/nockjs receives a total of 209 weekly downloads. As such, @urbit/nockjs popularity was classified as not popular.
We found that @urbit/nockjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Following multiple malicious extension incidents, Open VSX outlines new safeguards designed to catch risky uploads earlier.

Research
/Security News
Threat actors compromised four oorzc Open VSX extensions with more than 22,000 downloads, pushing malicious versions that install a staged loader, evade Russian-locale systems, pull C2 from Solana memos, and steal macOS credentials and wallets.

Security News
Lodash 4.17.23 marks a security reset, with maintainers rebuilding governance and infrastructure to support long-term, sustainable maintenance.