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.
@toruslabs/metadata-helpers
Advanced tools
This repo allow you to get and set metadata
Promises
This module is distributed in 3 formats
commonjs
build dist/metadataHelpers.cjs.js
in es5 formatcommonjs
build dist/metadataHelpers-bundled.cjs.js
in es5 format with problematic packages bundled (benfits non-webpack users)umd
build dist/metadataHelpers.umd.min.js
in es5 format without polyfilling corejs minifiedumd
build dist/metadataHelpers.polyfill.umd.min.js
in es5 format with polyfilling corejs minifiedBy default, the appropriate format is used for your specified usecase You can use a different format (if you know what you're doing) by referencing the correct file
The cjs build is not polyfilled with core-js. It is upto the user to polyfill based on the browserlist they target
CDN's serve the non-core-js polyfilled version by default. You can use a different
jsdeliver
<script src="https://cdn.jsdelivr.net/npm/@toruslabs/metadata-helpers"></script>
unpkg
<script src="https://unpkg.com/@toruslabs/metadata-helpers"></script>
This is a plugin that works only on the client side. So please register it as a ssr-free plugin.
Add @toruslabs/metadata-helpers
to your project:
To allow your web app to retrieve keys:
Install the package
npm i @toruslabs/metadata-helpers
or
yarn add @toruslabs/metadata-helpers
@babel/runtime
FAQs
Helper methods for metadata
We found that @toruslabs/metadata-helpers demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 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.