Socket
Socket
Sign inDemoInstall

q3-core-walker

Package Overview
Dependencies
63
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.0 to 1.19.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [1.19.0](https://github.com/3merge/q3-api/compare/v1.18.5...v1.19.0) (2021-08-16)
### Features
* new changelog manager ([#142](https://github.com/3merge/q3-api/issues/142)) ([d7f6d21](https://github.com/3merge/q3-api/commit/d7f6d213bf4dc1122de7ad0fcdf667e3b21a15ac))
# [1.5.0](https://github.com/3merge/q3-api/compare/v1.4.1...v1.5.0) (2020-12-08)

@@ -8,0 +19,0 @@

5

lib/walker.js

@@ -19,3 +19,6 @@ const { resolve, relative } = require('path');

// eslint-disable-next-line
const controller = require(resolve(this.dir, this.name));
const controller = require(resolve(
this.dir,
this.name,
));
if (typeof controller !== 'function') {

@@ -22,0 +25,0 @@ throw new Error('Controller must be a function');

4

package.json
{
"name": "q3-core-walker",
"version": "1.5.0",
"version": "1.19.0",
"main": "lib/index.js",

@@ -19,3 +19,3 @@ "peerDependencies": {

},
"gitHead": "43eb8cdebc97d14fa985fb7dda5856f2e2a16b8e"
"gitHead": "8915133b3a5b239dd2e61a4e0bb094bc5a68831d"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc