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

typeorm

Package Overview
Dependencies
Maintainers
2
Versions
858
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typeorm - npm Package Compare versions

Comparing version 0.0.2-alpha.51 to 0.0.2-alpha.52

2

package.json
{
"name": "typeorm",
"private": false,
"version": "0.0.2-alpha.51",
"version": "0.0.2-alpha.52",
"description": "Data-mapper ORM for Typescript",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

@@ -8,14 +8,2 @@ import { Alias } from "./alias/Alias";

import { DatabaseConnection } from "../driver/DatabaseConnection";
/**
* @internal
*/
export interface Join {
alias: Alias;
type: "LEFT" | "INNER";
conditionType: "ON" | "WITH";
condition?: string;
tableName: string;
mapToProperty?: string;
isMappingMany: boolean;
}
export interface JoinRelationId {

@@ -38,12 +26,2 @@ alias: Alias;

}
/**
* @internal
*/
export interface JoinMapping {
type: "join" | "relationId";
alias: Alias;
parentName: string;
propertyName: string;
isMany: boolean;
}
export declare class QueryBuilder<Entity> {

@@ -50,0 +28,0 @@ private driver;

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