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.4 to 0.0.5

10

lib/run.js

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

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');
config = require('./jshint-config.js'),
JSHINT = require('./jshint.js').JSHINT;
}

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

22

package.json
{
"author": "wiky <wiky@f2e.cc>",
"author": {
"name": "wiky",
"email": "wiky@f2e.cc"
},
"name": "jsfix",
"description": "javascript fix base on jshint",
"version": "0.0.4",
"version": "0.0.5",
"main": "./lib/run.js",

@@ -15,3 +18,16 @@ "bin": {

"node": "*"
}
},
"_npmUser": {
"name": "wiky",
"email": "wiky@f2e.cc"
},
"_id": "jsfix@0.0.4",
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.17",
"_defaultsLoaded": true,
"dist": {
"shasum": "bade0f5c2cc21874a338db9f1985eb1a47556d9c"
},
"_from": "jsfix"
}
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