New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jq-filter-feed

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jq-filter-feed

Filter a json webservice with jq!

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

jq Filter Feed

Synopsis

This is a microservice to filter a JSON webservice inline with jq

API Reference

The feed can be started via the command line.

jq-filter-feed 'http://example.com/service'

is the same as

jq-filter-feed 'http://example.com/service' --jq '.'

or

jq-filter-feed -p 3000 'http://example.com/service' --jq '.'

Motivation

Sometimes I want to filter json inline!

Installation

npm install jq-filter-feed -g

Code Example

var config = {
  url: options.url,
  port: options.port,
  jq: options.jq
}

var server = new JQFilterFeed(config);

Tests

None right now :(

Contributors

You're heartily encouraged to start issues or pull requests

License

Apache-2

FAQs

Package last updated on 30 May 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc