New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

x-js-checker

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

x-js-checker

This is a JavaScript project code specification detection tool.It already has multiple plug-ins in it, so you can find problems in your project code as early as possible.

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

Introduction

This is a JavaScript project code specification detection tool.It already has multiple plug-ins in it, so you can find problems in your project code as early as possible.

Environment

  • Node.js >= 10.13.0

Plugins

  • x-package-version-strict-check
  • ESLint

Usage

  • npm i -g x-js-checker

  • run x-js-checker command, the optional parameters are:

    --path:

    Project's path that you want to check, default is "./"

    --ignore-path:

    Ignored code pattern path (multiple are separated by ,)

    --eslint-global:

    Define global variate, see eslint doc

    --eslint-env:

    The environment in which the code to be checked is running, see eslint doc, default is "amd,browser,commonjs,commonjs,es6,node"

Sample

x-js-checker --path D:\git\myproject

Change Log

CHANGELOG.md

Keywords

code

FAQs

Package last updated on 01 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts