
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
Shelving is a toolkit for using data in JavaScript and TypeScript, including:
Note: The
1.xbranch of Shelving is in active development and is not observing semver for breaking changes (from2.xonward semver will be followed).
Install via npm or yarn:
npm install shelving
yarn add shelving
Import from Skypack CDN (the ?dts enables TypeScript types in Deno):
import { Database } from "https://cdn.skypack.dev/shelving";
import { Database } from "https://cdn.skypack.dev/shelving?dts";
Shelving is an ES module supporting import { Query } from "shelving"; syntax and can be used natively in systems/browsers that support that (e.g. Chrome 61+, Deno, Node 12+).
Shelving does not include code for CommonJS require() imports, so using it in older projects will require transpiling.
Shelving is created from small individual modules which can be imported individually (using e.g. import { addProp } from "shelving/object). Modules marked with ✅ are also re-exported from the main "shelving" module.
@todo Write these docs!
See Releases
FAQs
Toolkit for using data in JavaScript.
We found that shelving 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.