Socket
Socket
Sign inDemoInstall

bas-typeorm

Package Overview
Dependencies
80
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

3

driver/websql/WebsqlQueryRunner.js

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

_a.sent();
sql3 = "DROP TABLE \"" + tableSchema.name + "\"";
sql3 = "DROP TABLE IF EXISTS \"" + tableSchema.name + "\"";
return [4 /*yield*/, this.query(sql3)];

@@ -919,2 +919,3 @@ case 4:

_a.sent();
info_storage_1.InfoStorage.put(tableSchema);
return [2 /*return*/];

@@ -921,0 +922,0 @@ }

{
"name": "bas-typeorm",
"private": false,
"version": "0.0.8",
"version": "0.0.9",
"description": "Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, WebSQL databases.",

@@ -6,0 +6,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc