Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
## metadata To use medata command we need a file called `nftgen.json` ```bash npx nftgen metadata ``` ### metadata configuration To configure metadata create an object inside `nftgen.json` based on template, the following one are the system accepted and
To use medata command we need a file called nftgen.json
npx nftgen metadata
To configure metadata create an object inside nftgen.json
based on template, the following one are the system accepted and its attributes:
template: string
represented as "single"
folder: string
folder name to generate metadata inside out/{folder},
image: string
image on IPFS of NFT repeat for all,
description: string
description of NFT item repeat for all,
title: string
title of NFT repeat for all but append with index "{title} #{index}",
size: number
quantity of NFTs metadata to generate,
external_url: string
collection site,
attributes: array
with objects with
trait: string
attribute of NFT
value: string
value of NFT attribute
template: string
represented as "singleIMX"
folder: string
folder name to generate metadata inside out/{folder},
owner_address: string
ether address of NFT receiver
size: number
quantity of NFTs metadata to generate,
image: string
image on IPFS of NFT repeat for all,
animation_url: string
animation of NFT repeat for all,
youtube_url: string
youtube video of NFT repeat for all,
name: string
name of NFT repeat for all but append with index "{name} #{index}",
description: string
description of NFT item repeat for all,
external_url: string
collection site,
attributes: array
with objects with
trait: string
attribute of NFT
value: string
value of NFT attribute
FAQs
## metadata To use medata command we need a file called `nftgen.json` ```bash npx nftgen metadata ``` ### metadata configuration To configure metadata create an object inside `nftgen.json` based on template, the following one are the system accepted and
We found that nftgen 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.