Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fqs

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fqs - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -0,4 +1,6 @@

#! /usr/bin/env node
const fqs = require('./lib');
const minimist = require('minimist');
const result = fqs(minimist(process.argv.slice(1))._[0].toString());
const result = fqs(minimist(process.argv.slice(2))._[0].toString());
if (result) {

@@ -5,0 +7,0 @@ console.log(result);

{
"name": "fqs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Pretty-print URLs",
"main": "index.js",
"bin": {
"fqs": "./index.js"
},
"scripts": {

@@ -7,0 +10,0 @@ "test": "node test/test.js"

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