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

lambdaorm-client-node

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdaorm-client-node - npm Package Compare versions

Comparing version 0.7.21 to 0.7.22

1

index.d.ts
export * from './application';
export * from './infrastructure';
export * from './domain';
export { Orm } from './infrastructure/adapters/orm';
export declare const orm: import("./application").IOrm;

4

index.js

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

Object.defineProperty(exports, "__esModule", { value: true });
exports.orm = exports.Orm = void 0;
exports.orm = void 0;
const orm_1 = require("./infrastructure/adapters/orm");

@@ -23,5 +23,3 @@ __exportStar(require("./application"), exports);

__exportStar(require("./domain"), exports);
var orm_2 = require("./infrastructure/adapters/orm");
Object.defineProperty(exports, "Orm", { enumerable: true, get: function () { return orm_2.Orm; } });
exports.orm = orm_1.Orm.instance;
//# sourceMappingURL=index.js.map
{
"name": "lambdaorm-client-node",
"version": "0.7.21",
"version": "0.7.22",
"description": "Client form lambda ORM service",

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

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