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 8.1.3 to 8.1.4

29

CHANGELOG.md

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

## [8.1.4] - 2024-01-03
### Added
- eslint ignore annotations in test files when importing `chai@5`
- (Dependabot) `versioning-strategy: increase`
- (Renovate) `packageRules`, `rangeStrategy` and `transitiveRemediation` options
### Updated
- @snyk/protect@1.1267.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.8.7
- actions/checkout@v4
- actions/setup-node@v4
- chai@5.0.0
- deep-equal@2.2.3
- eslint-plugin-import@2.29.1
- eslint@8.56.0
- github/codeql-action/analyze@v3
- github/codeql-action/autobuild@v3
- github/codeql-action/init@v3
- glob@10.3.10
- ls-engines@0.9.1
- prettier@3.1.1
- typescript@5.3.3
## [8.1.3] - 2023-06-30

@@ -556,2 +584,3 @@ ### Updated

[8.1.3]: https://github.com/timbeadle/cfpathcheck/compare/8.1.3...8.1.4
[8.1.3]: https://github.com/timbeadle/cfpathcheck/compare/8.1.2...8.1.3

@@ -558,0 +587,0 @@ [8.1.2]: https://github.com/timbeadle/cfpathcheck/compare/8.1.1...8.1.2

32

package.json

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

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

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

"dependencies": {
"@snyk/protect": "^1.1187.0",
"@snyk/protect": "^1.1267.0",
"chalk": "^5.3.0",
"checkstyle-formatter": "^1.1.0",
"crlf": "^1.1.1",
"deep-equal": "^2.2.1",
"glob": "^10.3.1",
"deep-equal": "^2.2.3",
"glob": "^10.3.10",
"log-symbols": "^5.1.0",

@@ -63,20 +63,20 @@ "minimist": "^1.2.8"

"devDependencies": {
"@types/chai": "4.3.5",
"@types/checkstyle-formatter": "1.0.0",
"@types/deep-equal": "1.0.1",
"@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.2",
"@types/mocha": "10.0.1",
"@types/node": "^20.3.2",
"chai": "4.3.7",
"eslint": "8.43.0",
"@types/minimist": "1.2.5",
"@types/mocha": "^10.0.6",
"@types/node": "^20.8.7",
"chai": "5.0.0",
"eslint": "8.56.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-import": "2.27.5",
"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": "2.8.8",
"typescript": "^5.1.6"
"prettier": "3.1.1",
"typescript": "^5.3.3"
},

@@ -83,0 +83,0 @@ "snyk": true,

@@ -6,3 +6,11 @@ {

],
"baseBranches": ["main", "/^main-.*/"]
"baseBranches": ["main", "/^main-.*/"],
"packageRules": [
{
"matchPackagePatterns": ["^eslint"],
"groupName": "eslint packages"
}
],
"rangeStrategy": "bump",
"transitiveRemediation": true
}

Sorry, the diff of this file is not supported yet

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