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

jslint

Package Overview
Dependencies
Maintainers
1
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.1.4 to 0.1.5

4

package.json

@@ -8,3 +8,3 @@ {

],
"version": "0.1.4",
"version": "0.1.5",
"author" : "Reid Burke <me@reidburke.com>",

@@ -26,3 +26,3 @@ "contributors": [

"engines": {
"node": ">=0.6.0"
"node": ">=0.4.12"
},

@@ -29,0 +29,0 @@ "directories": {

@@ -7,6 +7,4 @@ # node-jslint

jslint lib/worker.js lib/server.js # Multiple files
jslint --white --onevar --regexp app.js # All JSLint options supported
jslint --white --vars --regexp app.js # All JSLint options supported
jslint --bitwise false app.js # Defaults to true, but you can specify false
jslint --goodparts --undef false app.js # The Good Parts, except undef
jslint -gp app.js # Shorthand for --goodparts: -gp
find . -name "*.js" -print0 | xargs -0 jslint # JSLint your entire project

@@ -13,0 +11,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