Socket
Socket
Sign inDemoInstall

cfpathcheck

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cfpathcheck - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

3

package.json
{
"name": "cfpathcheck",
"description": "Check CFML files for correct paths in cfinclude/cfimport tags",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/timbeadle/cfpathcheck",

@@ -44,2 +44,3 @@ "author": {

"crlf": "^1.1.0",
"glob": "^6.0.1",
"lodash": "^3.10.1",

@@ -46,0 +47,0 @@ "log-symbols": "^1.0.2",

# cf-path-check
Static analysis for cfml template import and include paths
## Installation
`(sudo) npm install -g cfpathcheck`
* Unix/Linux/Mac OS X: Note that sudo is required unless you have set your npm environment up not to need it
* Windows: Note that sudo doesn't exist ;o)
## Usage
`cfpathcheck PATH [-r REPORTER -o OUTFILE]`
### Options
* PATH: The path to a single .cfm file, or to a directory containing .cfm files.
* REPORTER: use checkstyle to output checkstyle-compatible xml to stdout.
* OUTFILE: The path to the output file, for integration with (e.g.) Jenkins or other CI servers.
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