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
3
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.3.0 to 0.4.0

.npmignore

4

index.js

@@ -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",

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