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

lambdaorm

Package Overview
Dependencies
Maintainers
1
Versions
256
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdaorm - npm Package Compare versions

Comparing version 0.0.54-alpha to 0.0.55-alpha

2

manager/lib.js

@@ -42,3 +42,3 @@ "use strict";

}
let config = { app: { configFile: configFile, src: 'src', data: 'data', models: 'models' }, databases: [], schemas: [] };
let config = { app: { src: 'src', data: 'data', models: 'models' }, databases: [], schemas: [] };
if (configFile !== undefined) {

@@ -45,0 +45,0 @@ const configPath = path_1.default.join(workspace, configFile);

@@ -16,3 +16,2 @@ import { Schema } from './schema';

models: string;
configFile?: string;
defaultDatabase?: string;

@@ -19,0 +18,0 @@ }

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
// export interface ConfigInfo
// {
// workspace: string
// configFile?: string
// config:Config
// }
//# sourceMappingURL=config.js.map
{
"name": "lambdaorm",
"version": "0.0.54-alpha",
"version": "0.0.55-alpha",
"description": "ORM",

@@ -5,0 +5,0 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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