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

jsfix

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsfix - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

lib/run.js

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

} catch (e) {
config = require('.\jshint-config.js');
JSHINT = require('.\jshint.js').JSHINT;
config = require('./jshint-config.js');
JSHINT = require('./jshint.js').JSHINT;
}

@@ -17,0 +17,0 @@

@@ -5,3 +5,3 @@ {

"description": "javascript fix base on jshint",
"version": "0.0.3",
"version": "0.0.4",
"main": "./lib/run.js",

@@ -8,0 +8,0 @@ "bin": {

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