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.1 to 0.3.0

4

lib/base-entity.ts

@@ -144,3 +144,3 @@ import { validators, EntityValidations } from "./entity-validations";

this.hydrate(update.data);
this.hydrate(update as S);

@@ -212,4 +212,2 @@ return id;

this[column.name] = this.#data[column.name];
} else {
this.#id = this.#data[column.name] as number;
}

@@ -216,0 +214,0 @@ }

@@ -94,2 +94,4 @@ import { Configuration, config } from "@bakerjs/core";

console.log({ data });
variables.push(id.toString());

@@ -96,0 +98,0 @@

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

@@ -23,8 +23,4 @@ "main": "lib/index.ts",

"@bakerjs/core": "workspace:*",
"@types/mime": "^3.0.1",
"bun-types": "latest"
"@types/pg": "^8.10.2"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {

@@ -31,0 +27,0 @@ "knex": "^2.5.1",

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