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 10.0.0 to 10.0.1

28

CHANGELOG.md

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

## [10.0.1] - 2024-01-16
### Added
- eslint annotations to work around chai lint issues in v5
- NodeJS v21 test run
### Updated
- 8.x marked as obsolete
- @snyk/protect@1.1269.0
- @types/chai@4.3.11
- @types/checkstyle-formatter@1.0.2
- @types/deep-equal@1.0.4
- @types/minimist@1.2.5
- @types/mocha@10.0.6
- @types/node@20.11.2
- chai@5.0.0
- deep-equal@2.2.3
- eslint-plugin-import@2.29.1
- eslint@8.56.0
- ls-engines@0.9.1
- prettier@3.2.2
- typescript@5.3.3
- (volta) npm@10.3.0
- github/codeql-action/init@v3
- github/codeql-action/autobuild@v3
- github/codeql-action/analyze@v3
- actions/setup-node@v4
## [10.0.0] - 2023-10-23

@@ -601,2 +628,3 @@

[10.0.1]: https://github.com/timbeadle/cfpathcheck/compare/10.0.0...10.0.1
[10.0.0]: https://github.com/timbeadle/cfpathcheck/compare/9.0.0...10.0.0

@@ -603,0 +631,0 @@ [9.0.0]: https://github.com/timbeadle/cfpathcheck/compare/8.1.3...9.0.0

32

package.json

@@ -5,3 +5,3 @@ {

"description": "Check CFML files for correct paths in cfinclude/cfimport tags",
"version": "10.0.0",
"version": "10.0.1",
"homepage": "https://github.com/timbeadle/cfpathcheck",

@@ -52,7 +52,7 @@ "author": {

"dependencies": {
"@snyk/protect": "^1.1236.0",
"@snyk/protect": "^1.1269.0",
"chalk": "^5.3.0",
"checkstyle-formatter": "^1.1.0",
"crlf": "^1.1.1",
"deep-equal": "^2.2.2",
"deep-equal": "^2.2.3",
"glob": "^10.3.10",

@@ -63,20 +63,20 @@ "log-symbols": "^6.0.0",

"devDependencies": {
"@types/chai": "4.3.9",
"@types/checkstyle-formatter": "1.0.1",
"@types/deep-equal": "1.0.3",
"@types/chai": "4.3.11",
"@types/checkstyle-formatter": "1.0.2",
"@types/deep-equal": "1.0.4",
"@types/glob": "8.1.0",
"@types/minimist": "1.2.4",
"@types/mocha": "10.0.3",
"@types/node": "^20.8.7",
"chai": "4.3.10",
"eslint": "8.52.0",
"@types/minimist": "1.2.5",
"@types/mocha": "10.0.6",
"@types/node": "^20.11.2",
"chai": "5.0.0",
"eslint": "8.56.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-redos": "4.4.5",
"ls-engines": "0.9.0",
"ls-engines": "0.9.1",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "3.0.3",
"typescript": "^5.2.2"
"prettier": "3.2.2",
"typescript": "^5.3.3"
},

@@ -86,4 +86,4 @@ "snyk": true,

"node": "18.18.2",
"npm": "10.2.1"
"npm": "10.3.0"
}
}

@@ -41,3 +41,3 @@ # cfpathcheck

| 7.x | 14.13.0 | Obsolete |
| 8.x | 14.17.0 | Security |
| 8.x | 14.17.0 | Obsolete |
| 9.x | 16.14.0 | Maintenance |

@@ -44,0 +44,0 @@ | 10.x | 18.0.0 | Current |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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