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.1 to 0.0.3

jsfix.cmd

14

lib/run.js

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

puts = require('util').puts,
config = require('\\\\u\\f2ehint\\lib\\jshint-config.js'),
JSHINT = require('\\\\u\\f2ehint\\packages\\jshint\\jshint.js').JSHINT,
map = require('./map.js');
map = require('./map.js'),
config,
JSHINT;
try {
config = require('\\\\u\\f2ehint\\lib\\jshint-config.js');
JSHINT = require('\\\\u\\f2ehint\\packages\\jshint\\jshint.js').JSHINT;
} catch (e) {
config = require('.\jshint-config.js');
JSHINT = require('.\jshint.js').JSHINT;
}

@@ -10,0 +18,0 @@ var counts_all = 0,

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

"description": "javascript fix base on jshint",
"version": "0.0.1",
"version": "0.0.3",
"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