
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
You can use this command-line-interface to publish different versions of a folder to IPFS and store these versions to a hypercore feed.
A package.json with the fields name, description and author is required.
You can use an .ipvlignore file to ignore files (following the same rules, as .gitignore files). Otherwise ipvl will look for a .gitignore file and use that if one exists. If there is neither an .ipvlignore or .gitignore all data will be copied.
This will create a .ipvl folder in your given path. All files not specified in a .ipvlignore or .gitignore file will be copied to .ipvl/data/<version> and published to IPFS. The version, together with metadata from package.json and the IPFS-CID will be written to the hypercore feed located at .ipvl/data/log.
You can use --force to overwrite an existing .ipvl folder.
Use publish for your initial push to IPFS, and update for all further versions.
A feed entry will look like this:
{
"type":"update",
"value":{
"name":"my data name",
"description":"my description",
"author":"what people call me",
"version":"0.0.1",
"location": {
"locationIdentifier":"an IPFS CID",
"storageType":"ipfs"
}
}
}
FAQs
ipfs-versioned-file-log cli
We found that ipvl demonstrated a not healthy version release cadence and project activity because the last version was released 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.