Socket
Socket
Sign inDemoInstall

ferl

Package Overview
Dependencies
6
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -75,3 +75,3 @@ #!/usr/bin/env node

.version('0.2.1')
// .command('*')
.usage('ferl <URL> [options]')
.arguments('<URL>')

@@ -78,0 +78,0 @@ .description('subset of curl with added json parsing')

{
"name": "ferl",
"version": "1.1.0",
"version": "1.1.1",
"description": "The unholy union of fetch and curl",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # ferl

```
Usage: index [options] <URL>
Usage: ferl <URL> [options]

@@ -20,2 +20,3 @@ subset of curl with added json parsing

-m --map [func] map over an array, extracting property using a property chain e.g. 'name.email'
Will output multiple values if -m is specified multiple times
```
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc