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.1.0 to 0.1.2

2

package.json

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

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

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

##Usage
Usage: fix Path [Filter]
Usage: jsfix Path [Filter]
Path File or Folder path to fix.'
Filter Exclude FileName or FilePath or FolderName or FolderPath.'
Path File or Folder path to fix.
Filter Exclude FileName or FilePath or FolderName or FolderPath.
Example
> jsfix D:/project/test-folder test.js,folder-1
##Rule

@@ -15,2 +18,4 @@

* Comment out the Console statement.
* Use the isNaN function to compare with NaN.
* Use the isNaN function to compare with NaN.
* Add radix parameter for parseInt.
* Escape something unescaped.
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