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 6.0.0 to 7.0.0

24

CHANGELOG.md

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

## [7.0.0] - 2023-02-07
### Updated
- .eslintrc option env.es2021 -> env.es6
- .eslintrc option parserOptions.ecmaVersion: 13 -> 2021
- @snyk/protect@1.1097.0
- @types/chai@4.3.4
- @types/glob@8.0.1
- @types/mocha@10.0.1
- chai@4.3.7
- eslint@8.33.0
- eslint-config-xo@0.43.1
- eslint-plugin-import@2.27.5
- eslint-plugin-redos@4.4.3
- glob@8.1.0
- ls-engines@s0.9.0
- mocha@10.2.0
- prettier@2.8.3
### Removed
- Breaking: NodeJS support <14.13
- NodeJS 12.x test run
## [6.0.0] - 2022-10-25

@@ -38,2 +60,3 @@ ### Added

### Removed
- Breaking: NodeJS support <12.17
- nodejs v17 test run

@@ -459,2 +482,3 @@

[7.0.0]: https://github.com/timbeadle/cfpathcheck/compare/6.0.0...7.0.0
[6.0.0]: https://github.com/timbeadle/cfpathcheck/compare/5.0.2...6.0.0

@@ -461,0 +485,0 @@ [5.0.2]: https://github.com/timbeadle/cfpathcheck/compare/5.0.1...5.0.2

30

package.json

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

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

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

"engines": {
"node": ">= 12.17"
"node": ">= 14.13"
},

@@ -51,3 +51,3 @@ "scripts": {

"dependencies": {
"@snyk/protect": "^1.1020.0",
"@snyk/protect": "^1.1097.0",
"chalk": "^5.0.1",

@@ -57,3 +57,3 @@ "checkstyle-formatter": "^1.1.0",

"deep-equal": "^2.0.5",
"glob": "^8.0.3",
"glob": "^8.1.0",
"log-symbols": "^5.1.0",

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

"devDependencies": {
"@types/chai": "4.3.3",
"@types/chai": "4.3.4",
"@types/checkstyle-formatter": "1.0.0",
"@types/deep-equal": "1.0.1",
"@types/glob": "8.0.0",
"@types/glob": "8.0.1",
"@types/minimist": "1.2.2",
"@types/mocha": "10.0.0",
"chai": "4.3.6",
"eslint": "8.26.0",
"eslint-config-xo": "0.42.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-redos": "4.4.1",
"ls-engines": "0.7.0",
"mocha": "10.1.0",
"@types/mocha": "10.0.1",
"chai": "4.3.7",
"eslint": "8.33.0",
"eslint-config-xo": "0.43.1",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-redos": "4.4.3",
"ls-engines": "0.9.0",
"mocha": "10.2.0",
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"prettier": "2.7.1"
"prettier": "2.8.3"
},
"snyk": true
}

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