Socket
Socket
Sign inDemoInstall

yukon

Package Overview
Dependencies
32
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.11 to 0.0.12

2

middlewares/api.js

@@ -33,4 +33,2 @@ var fs = require('fs');

callArgs.path = apiServer + callArgs.path; // we don't want the apiServer in timer results
// MAGIC ALERT: if path ends with '/', assume it gets an id from the express request :id matcher

@@ -37,0 +35,0 @@ callArgs.path = callArgs.path.match(/\/$/) ? callArgs.path + req.params.id : callArgs.path;

2

package.json
{
"name": "yukon",
"version": "0.0.11",
"version": "0.0.12",
"description": "Self-discovering component-based API-driven framework based on express",

@@ -5,0 +5,0 @@ "main": "index.js",

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