Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
@sanity/data-aspects
Advanced tools
Sanity plugin which controls how your data is presented
Sanity plugin which controls how your data is presented.
We'll re-design how control of data presentation is handed over to a sanity studio maintainer. Hang on for snake tornado.
Ensure you have data-aspects as a plugin in you Sanity installation. Either:
The config file config/@sanity/data-aspects.json
lets you control how your data is listed , e.g.:
{
"hiddenTypes": [
"nameOfTypeToExcludeFromView"
],
"typeOptions": {
"article": {
"displayName": "Article",
"itemDisplayField": "name"
},
"siteConfig": {
"displayName": "Site configuration",
"itemDisplayField": "title"
}
}
}
Refer to https://github.com/sanity-io/desk-tool/blob/master/src/SchemaPaneResolver.js for an example on how the DataAspectsResolver can be used.
MIT-licensed.
FAQs
Sanity plugin which controls how your data is presented
The npm package @sanity/data-aspects receives a total of 4,431 weekly downloads. As such, @sanity/data-aspects popularity was classified as popular.
We found that @sanity/data-aspects demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 35 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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.