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 2.0.2 to 2.0.3

3

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

@@ -7,0 +6,0 @@ if (result) {

{
"name": "fqs",
"version": "2.0.2",
"version": "2.0.3",
"description": "Pretty-print URLs",

@@ -10,3 +10,3 @@ "main": "index.js",

"scripts": {
"test": "eslint . && node test/test.js"
"test": "node test/test.js"
},

@@ -22,10 +22,3 @@ "repository": {

},
"homepage": "https://github.com/rolodato/fqs#readme",
"devDependencies": {
"assert": "^1.4.1",
"eslint": "^3.5.0"
},
"dependencies": {
"minimist": "^1.2.0"
}
"homepage": "https://github.com/rolodato/fqs#readme"
}

Sorry, the diff of this file is not supported yet

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