
Product
Introducing Immutable Scans
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.
transform-uppercase
Advanced tools
Transform that makes all values uppercase.
npm install transform-uppercase
or to install the command line tool globally
npm install -g transform-uppercase
Pipe strings to it and it uppercases them. Pipe objects to it and it uppercases all the values
var uppercase = require('transform-uppercase')
uppercase.write({hello:'world'})
uppercase.write('hello')
uppercase.on('data', function(data) {
console.log(data) // will print {hello:'WORLD'} and 'HELLO'
})
You can also use it from the command line
$ echo '{"hello":"world"}' | transform-uppercase --json # prints {"hello":"WORLD"}
$ echo hello | transform-uppercase # prints HELLO
MIT
FAQs
Transform that makes all values uppercase
We found that transform-uppercase 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.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.

Product
Socket's new Alert Details page is designed to surface more context, with a clearer layout, reachability dependency chains, and structured review.

Product
Campaign-level threat intelligence in Socket now shows when active supply chain attacks affect your repositories and packages.