Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

akyuu

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akyuu - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/loader/model.js

@@ -66,3 +66,3 @@ /**

try {
this.models[name] = require(`model/${_.snakeCase(name)}`);
this.models[name] = require(`models/${_.snakeCase(name)}`);
} catch(e) {

@@ -69,0 +69,0 @@ throw e;

{
"name": "akyuu",
"version": "0.0.6",
"version": "0.0.7",
"description": "Yet another web framework based on express.js named Akyuu.",

@@ -34,3 +34,2 @@ "main": "index.js",

"lodash": "^4.17.4",
"lodash.invert": "^4.1.1",
"moment": "^2.13.0",

@@ -37,0 +36,0 @@ "on-finished": "^2.3.0",

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