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

jlint

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jlint - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

4

index.js

@@ -52,4 +52,4 @@ 'use strict';

if (files === null) {
return callback(new Error(`Could not find any files based on ${opts.pattern}`))
if (files.length === 0) {
return callback(new Error(`Could not find any files based on ${opts.pattern}`));
}

@@ -56,0 +56,0 @@

{
"name": "jlint",
"version": "3.0.1",
"version": "3.0.2",
"description": "cli that parses the current JSON you have in your current clipboard",

@@ -42,7 +42,7 @@ "main": "index.js",

"dependencies": {
"cardinal": "0.5.0",
"copy-paste": "1.1.3",
"cardinal": "0.6.0",
"copy-paste": "1.1.4",
"glob": "5.0.15",
"log-symbols": "1.0.2",
"meow": "3.4.2",
"meow": "3.6.0",
"parse-json": "2.2.0",

@@ -49,0 +49,0 @@ "update-notifier": "0.5.0"

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