Comparing version 0.3.0 to 0.4.0
@@ -10,3 +10,3 @@ var path = require('path'); | ||
var larkMVC = function(options){ | ||
var larkMVC = function(options, lark){ | ||
if (!options || !options.path) { | ||
@@ -20,3 +20,3 @@ var path = 'models' | ||
if (func instanceof Function){ | ||
func(layerproxy) | ||
func(layerproxy, lark) | ||
} | ||
@@ -23,0 +23,0 @@ }); |
{ | ||
"name": "lark-mvc", | ||
"version": "0.3.0", | ||
"version": "0.4.0", | ||
"description": "MVC for building web server with lark.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 3 instances in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
1
2
13983
14
253