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
859
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.52 to 0.0.2-alpha.53

2

connection/ConnectionManager.js

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

const driver = this.createDriver(options.driver);
const connection = this.createConnection(options.connectionName || "default", driver);
const connection = this.createConnection(options.name || "default", driver);
if (options.entitySchemaDirectories && options.entitySchemaDirectories.length > 0)

@@ -60,0 +60,0 @@ connection.importEntitySchemaFromDirectories(options.entitySchemaDirectories);

@@ -15,3 +15,3 @@ import { DriverOptions } from "../driver/DriverOptions";

*/
connectionName?: string;
name?: string;
/**

@@ -18,0 +18,0 @@ * Name of the naming strategy or target class of the naming strategy to be used for this connection.

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

@@ -6,0 +6,0 @@ "license": "Apache-2.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