New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lark-mvc

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lark-mvc - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

index.js

@@ -5,5 +5,9 @@ var path = require('path');

var larkMVC = function(option){
var larkMVC = function(options){
//var dirs = DEFAULT_LAYER
var path = option.path || 'models'
if (!options || !options.path) {
var path = 'models'
}else{
var path = options.path
}
rd.eachFileFilterSync(path, /\.js$/, function (file) {

@@ -10,0 +14,0 @@ require(file)

{
"name": "lark-mvc",
"version": "0.1.0",
"version": "0.1.1",
"description": "MVC for lark.js",

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

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