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 1.4.0 to 1.5.0

27

CHANGELOG.md

@@ -5,2 +5,27 @@ # Change Log

## [1.5.0] - 2017-11-21
### Added
- node_js 9 support in .travis.yml
## Updated
- chalk@2.3.0
- log-symbols@2.1.0
- eslint@4.11.0
- eslint-config-prettier@2.8.0
- eslint-plugin-jsdoc@3.2.0
- eslint-plugin-node@5.2.1
- prettier@1.8.2
## [1.4.0] - 2017-09-21
### Added
- prettier (eslint ruleset & formatting applied)
### Updated
- checkstyle-formatter@1.1.0
- eslint@4.7.1
- eslint-config-prettier@2.5.0
- eslint-plugin-prettier@2.3.1
- grunt-eslint@20.1.0
- prettier@1.7.0
## [1.3.0] - 2017-08-07

@@ -78,2 +103,4 @@ ### Updated

[1.5.0]: https://github.com/timbeadle/cfpathcheck/compare/1.4.0...1.5.0
[1.4.0]: https://github.com/timbeadle/cfpathcheck/compare/1.3.0...1.4.0
[1.3.0]: https://github.com/timbeadle/cfpathcheck/compare/1.2.1...1.3.0

@@ -80,0 +107,0 @@ [1.2.1]: https://github.com/timbeadle/cfpathcheck/compare/1.2.0...1.2.1

16

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

@@ -42,3 +42,3 @@ "author": {

"dependencies": {
"chalk": "^2.1.0",
"chalk": "^2.3.0",
"checkstyle-formatter": "^1.1.0",

@@ -48,3 +48,3 @@ "crlf": "^1.1.0",

"lodash": "^4.17.4",
"log-symbols": "^2.0.0",
"log-symbols": "^2.1.0",
"minimist": "^1.2.0",

@@ -55,6 +55,6 @@ "path-is-absolute": "^1.0.1",

"devDependencies": {
"eslint": "^4.7.1",
"eslint-config-prettier": "^2.5.0",
"eslint-plugin-jsdoc": "^3.1.2",
"eslint-plugin-node": "^5.1.1",
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.8.0",
"eslint-plugin-jsdoc": "^3.2.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",

@@ -65,5 +65,5 @@ "grunt": "^1.0.1",

"load-grunt-tasks": "^3.5.2",
"prettier": "^1.7.0",
"prettier": "^1.8.2",
"verb": "^0.8.10"
}
}
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