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

lambdaorm-base

Package Overview
Dependencies
Maintainers
1
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdaorm-base - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

2

package.json
{
"name": "lambdaorm-base",
"version": "1.2.0",
"version": "1.2.1",
"description": "ORM",

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

@@ -42,3 +42,3 @@ import { Schema, SchemaData, ClauseInfo, SourceRule, Mapping, MatchOptions, InitializeSchemaArgs, DomainSchema, Entity, Enum, EntityMapping, Stage } from '../domain';

};
getSchemaSDomain(): DomainSchema;
getSchemaDomain(): DomainSchema;
getSchemaEntities(): Entity[];

@@ -45,0 +45,0 @@ getSchemaEntity(entity: string): Entity | undefined;

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

}
getSchemaSDomain() {
getSchemaDomain() {
return this.schema.domain;

@@ -119,0 +119,0 @@ }

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