Socket
Socket
Sign inDemoInstall

@bakerjs/orm

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bakerjs/orm - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

lib/base-entity.ts
import { validators, EntityValidations } from "./entity-validations";
import { Column } from "./database";
import { Repository } from "packages/orm/lib/repository";
import {
EntityJoinConfig,
EntityRelation,
} from "packages/orm/lib/entity-relation";
import { Repository } from "./repository";
import { EntityJoinConfig, EntityRelation } from "./entity-relation";

@@ -9,0 +6,0 @@ export type EntityField = Partial<Omit<Column, "name">>;

@@ -0,1 +1,3 @@

import { glob } from "glob";
import { join, basename } from "path";
import { Engine, config } from "@bakerjs/core";

@@ -14,4 +16,2 @@ import App from "@bakerjs/core/lib/app";

import { SQLiteAdaptor } from "./adaptors/sqlite-adaptor";
import { glob } from "glob";
import { join, basename } from "path";
import { BaseEntity, BaseEntityClass } from "./base-entity";

@@ -18,0 +18,0 @@

{
"private": false,
"name": "@bakerjs/orm",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",

@@ -6,0 +6,0 @@ "main": "lib/index.ts",

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