Socket
Socket
Sign inDemoInstall

yukon

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yukon - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

.npmignore

1

doApi.js

@@ -41,3 +41,2 @@ // calls all APIs in parallel (inlcuding those added by the app-level appDoApi middleware)

apiBodyType : getValue(nodule.apiBodyType, index),
apiCookies : getValue(nodule.apiCookies, index),
handleError : getValue(nodule.handleError, index),

@@ -44,0 +43,0 @@ timeout : getValue(nodule.timeout, index),

@@ -117,5 +117,2 @@ var _ = require('lodash');

// array of cookie names to look for in the request and pass to the browser (with value from request cookie)
apiCookies: [], // TODO - add cookies to custom headers and handle outside api.js as this is an edgy edge case
// set to > 0 (milliseconds) force stub calls to simualate a longer api call - works for API or Stubs

@@ -122,0 +119,0 @@ // WARNING: don't forget to turn this off in production mode!

{
"name": "yukon",
"version": "0.0.2",
"version": "0.0.3",
"description": "Self-discovering component-based API-driven framework based on express",

@@ -13,3 +13,7 @@ "main": "index.js",

},
"author": "jackspaniel Solutions <jackspaniel99@gmail.com> (https://github.com/jackspaniel)",
"author": {
"name": "jackspaniel Solutions",
"email": "jackspaniel99@gmail.com",
"url": "https://github.com/jackspaniel"
},
"license": "Apache 2.0",

@@ -23,3 +27,9 @@ "bugs": {

"superagent": "^0.21.0"
}
},
"readme": "yukon\n=====\n\nNode component discovery and initialization interface\n",
"readmeFilename": "README.md",
"gitHead": "d30252453e13ddf4b9d52282dd4e56879e4fa4bf",
"_id": "yukon@0.0.2",
"_shasum": "cac4972c51bf63dbb7377a51ded1bb32036f997e",
"_from": "yukon@^0.0.2"
}
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