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

bay

Package Overview
Dependencies
Maintainers
4
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bay - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

8

application.js

@@ -73,7 +73,5 @@ 'use strict';

const pathParts = controllerName.split(PATH_SEPARATOR);
try {
const subPath = path.join.apply(path, pathParts);
const requiredModule = require(path.join(this.base, 'controllers', subPath))
_.set(ret, pathParts, requiredModule)
} catch (e) {}
const subPath = path.join.apply(path, pathParts);
const requiredModule = require(path.join(this.base, 'controllers', subPath))
_.set(ret, pathParts, requiredModule)
})

@@ -80,0 +78,0 @@

{
"name": "bay",
"version": "0.6.1",
"version": "0.6.2",
"description": "The framework",

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