Socket
Socket
Sign inDemoInstall

qcobjects-cli

Package Overview
Dependencies
Maintainers
1
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qcobjects-cli - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

2

org.quickcorp.qcobjects.main.http2.server.js

@@ -221,3 +221,3 @@ /**

let routes = CONFIG.get('backend').routes;
let selectedRoute = routes.filter(route=>{return route.path==request.path});
let selectedRoute = routes.filter(route=>{return (new RegExp(route.path,'g')).test(request.path)});
if (selectedRoute.length>0){

@@ -224,0 +224,0 @@ selectedRoute.map(route=>{

{
"name": "qcobjects-cli",
"version": "0.1.8",
"version": "0.1.9",
"description": "qcobjects cli command line tool",

@@ -11,3 +11,3 @@ "main": "qcobjects-cli.js",

"commander": "^2.20.0",
"handlebars": "^4.1.2",
"handlebars": "^4.4.0",
"mime": "^2.4.4",

@@ -14,0 +14,0 @@ "qcobjects": "latest"

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