New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jslint

Package Overview
Dependencies
Maintainers
3
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jslint - npm Package Compare versions

Comparing version 0.9.0-pre002 to 0.9.0-pre003

3

lib/nodelint.js

@@ -71,3 +71,4 @@ var con = console,

return ctx.JSLINT || function JSLINT(script, options) {
var data = ctx.jslint(script, options, []);
options.maxerr = options.maxerr || options.passfail ? 1 : 0;
var data = ctx.jslint(script, options, options.predef);
JSLINT.data = function () { return data; };

@@ -74,0 +75,0 @@ };

@@ -13,3 +13,3 @@ {

],
"version": "0.9.0-pre002",
"version": "0.9.0-pre003",
"author": "Reid Burke <me@reidburke.com>",

@@ -16,0 +16,0 @@ "contributors": [

Sorry, the diff of this file is too big to display

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