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 1.1.0 to 1.1.1

4

cli.js

@@ -41,4 +41,2 @@ #!/usr/bin/env node

}
process.exit(0);
}

@@ -54,2 +52,4 @@

}
process.exit(0);
});

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

try {
lint.parsed = true;
lint.content = JSON.stringify(JSON.parse(content), null, 2);
lint.parsed = true;
} catch(ex) {

@@ -18,0 +18,0 @@ lint.content = content;

{
"name": "jlint",
"version": "1.1.0",
"version": "1.1.1",
"description": "CLI that parses the current JSON you have in your current clipboard",

@@ -5,0 +5,0 @@ "main": "index.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