
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
sheetify-inline
Advanced tools
Plugin transforms img to base64 for sheetify
works with async functions (node 7.6+)
before:
div{
background: url('test.png')
}
after:
div{
background: url('data:image/png;base64,iVBORw0KGgoAAA...')
}
npm test
$ browserify entry.js -t [ sheetify/transform -u sheetify-inline ]
const browserify = require('browserify')
browserify()
.transform('sheetify/transform', { use: [ 'sheetify-inline' ] })
.bundle()
$ npm install sheetify-inline
FAQs
a plugin converts img to base64 for sheetify
The npm package sheetify-inline receives a total of 4 weekly downloads. As such, sheetify-inline popularity was classified as not popular.
We found that sheetify-inline demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

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.