New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@streamyflow/jp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@streamyflow/jp

JSON processing with a lambda

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

jp - A command line JSON processor using a native JavaScript lambda

Usage

Use this small utitlity to process your JSON data from the standard input with a JavaScript lambda.

$ curl -s http://some.api.site/api/v1/data | jp 'o => o.filter(e => e.size < 10).map(e => ({ object: e, processed: true }))'

The output is pretty-printed to the standard out. If you prefer raw JSON output, provide --format-indentation=0.

Try the --help options to see the complete list of options you may want to use.

$ jp --help

Keywords

cli

FAQs

Package last updated on 29 Oct 2023

Did you know?

Socket

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.

Install

Related posts