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 3.0.1 to 3.0.2

.DS_Store

29

CHANGELOG.md

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

## [3.0.2] - 2019-05-24
### Updated
- Update package.engines to node >=8
## [3.0.1] - 2019-05-24
### Updated
- Bumped patch version after failed publish to npmjs.com
## [3.0.0] - 2019-05-24
### Added
- node_js 12 support in .travis.yml
- Snyk badge
## Updated
- glob@7.1.4
- log-symbols@3.0.0
- eslint@5.16.0
- eslint-config-prettier@4.3.0
- eslint-plugin-jsdoc@7.0.2
- eslint-plugin-prettier@3.1.0
- prettier@1.17.1
- snyk@1.166.1
## Removed
- node_js 6 and 7 support
## [2.0.1] - 2019-02-05

@@ -148,2 +174,5 @@ ### Added

[3.0.2]: https://github.com/timbeadle/cfpathcheck/compare/3.0.1...3.0.2
[3.0.1]: https://github.com/timbeadle/cfpathcheck/compare/3.0.0...3.0.1
[3.0.0]: https://github.com/timbeadle/cfpathcheck/compare/2.0.1...3.0.0
[2.0.1]: https://github.com/timbeadle/cfpathcheck/compare/2.0.0...2.0.1

@@ -150,0 +179,0 @@ [2.0.0]: https://github.com/timbeadle/cfpathcheck/compare/1.5.0...2.0.0

4

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

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

"engines": {
"node": ">=6"
"node": ">=8"
},

@@ -39,0 +39,0 @@ "scripts": {

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