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

typeorm

Package Overview
Dependencies
Maintainers
1
Versions
828
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.4 to 0.0.2-alpha.5

2

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

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

@@ -252,2 +252,4 @@ "use strict";

var ids = results.map(function (result) { return result["ids"]; }).join(", ");
if (ids.length === 0)
return Promise.resolve([]);
var queryWithIds = _this.clone()

@@ -254,0 +256,0 @@ .andWhere(mainAlias + "." + metadata_1.primaryColumn.name + " IN (" + ids + ")")

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