Socket
Socket
Sign inDemoInstall

koa-architect

Package Overview
Dependencies
17
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.4 to 1.0.5

23

lib/architect.js

@@ -6,6 +6,2 @@

const Router = require('koa-trie-router')
const {
isArray,
isFunction
} = require('./lang')

@@ -67,2 +63,21 @@

}
}
// ------------
/**
* @param {*} any
* @return {Boolean}
*/
function isArray(any) {
return Array.isArray(any)
}
/**
* @param {*} any
* @return {Boolean}
*/
function isFunction(any) {
return typeof any === 'function'
}

2

package.json
{
"name": "koa-architect",
"version": "1.0.4",
"version": "1.0.5",
"homepage": "https://github.com/nervgh/koa-architect",

@@ -5,0 +5,0 @@ "main": "lib/architect.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