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 0.0.3 to 1.0.0

license

4

cli.js

@@ -40,8 +40,8 @@ #!/usr/bin/env node

if (lint.parsed) {
outputJson(lint.content);
console.log(symbols.success);
} else {
outputJson(lint.content);
} else {
console.log(symbols.error, lint.exception);
outputJson(lint.content);
}
});

@@ -16,3 +16,3 @@ 'use strict';

lint.parsed = false
lint.parsed = false;
callback(lint);

@@ -32,2 +32,2 @@ }

});
}
};
{
"name": "jlint",
"version": "0.0.3",
"version": "1.0.0",
"description": "CLI that parses the current JSON you have in your current clipboard",

@@ -41,8 +41,8 @@ "main": "index.js",

"dependencies": {
"copy-paste": "^0.3.0",
"log-symbols": "^1.0.0"
"copy-paste": "1.0.2",
"log-symbols": "1.0.0"
},
"devDependencies": {
"mocha": "^1.21.4"
"mocha": "2.2.1"
}
}
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