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

joev

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

joev

JavaScript object evaluation with a lambda

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

jsoe - JavaScript Object Evaluator

Usage

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

$ curl -s https://jsonplaceholder.typicode.com/todos|jsoe 'o => o.filter(i => !i.completed).length'

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.

$ jsoe --help

Keywords

cli

FAQs

Package last updated on 12 Nov 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