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

drizzle-orm

Package Overview
Dependencies
Maintainers
2
Versions
1003
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

drizzle-orm - npm Package Compare versions

Comparing version 0.10.9 to 0.10.10

2

builders/highLvlBuilders/insertRequestBuilder.js

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

if (this._logger) {
this._logger.info(`Inserting to ${this._table.tableName()} using query:\n ${query}`);
this._logger.info(`Inserting to ${this._table.tableName()} using query:\n ${query}\n${values}`);
}

@@ -46,0 +46,0 @@ const result = await this._session.execute(query, values);

{
"name": "drizzle-orm",
"version": "0.10.9",
"version": "0.10.10",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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