Socket
Socket
Sign inDemoInstall

yukon

Package Overview
Dependencies
34
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.4 to 1.5.5

3

demoServer.js

@@ -10,5 +10,2 @@ var express = require('express');

app.use(bodyParser.urlencoded({extended: false, limit: "500kb"}));
app.use(bodyParser.json({limit: "500kb"}));
(process.argv[2] === '--alt') ? altDemoApp(app) : demoApp(app);

@@ -15,0 +12,0 @@

12

package.json
{
"name": "yukon",
"version": "1.5.4",
"version": "1.5.5",
"description": "Self-discovering data-driven web components",

@@ -40,15 +40,15 @@ "main": "yukon.js",

"nodulejs": "^1.3.1",
"superagent": "^0.21.0"
"superagent": "^1.2.0"
},
"devDependencies": {
"body-parser": "^1.10.1",
"body-parser": "^1.12.4",
"expect": "^1.3.0",
"express": "^4.10.6",
"express": "^4.12.4",
"glob": "^4.3.2",
"istanbul": "^0.3.5",
"jade": "^1.8.2",
"mocha": "^2.1.0",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.1",
"supertest": "^0.15.0"
"supertest": "^1.0.1"
}
}

@@ -32,3 +32,3 @@ // custom middleware invoked by doAPI (not express middleware)

var callArgs = _.assign(_.cloneDeep(config.apiDefaults), args);
callArgs.paramMethod = (callArgs.verb !== 'get' && callArgs.bodyType === 'json') ? 'send' : 'query';
callArgs.paramMethod = callArgs.verb !== 'get' ? 'send' : 'query';

@@ -35,0 +35,0 @@ config.apiCallBefore(callArgs, req, res);

@@ -59,3 +59,3 @@               ![North to the Yukon!](http://i.imgur.com/gBj7RWo.gif)

### Brand new to node?
If so then some of the terms that follow may be unfamilar. The good news is that the yukon framework is designed to handle a lot of the low level node "plumbing" that a node expert would typically be needed for on a large project. We've found this framework to be incredibly intuitive for front-end devs, often with zero node experience, to pick up and start cranking out web components. And again, we're still looking for more real world implementations to solidify the framework. So if you're ready to get started with yukon, you get a free part-time consultant!
If so then some of the terms that follow may be unfamilar. The good news is that the yukon framework is designed to handle a lot of the low level node "plumbing" that a node expert would typically be needed for on a large project. We've found this framework to be incredibly intuitive for front-end devs, often with zero node experience, to pick up and start cranking out web components. And again, we're still looking for more real world implementations to solidify the framework.

@@ -62,0 +62,0 @@ ### What is a yukon nodule?

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