Socket
Socket
Sign inDemoInstall

kysely

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kysely - npm Package Compare versions

Comparing version 0.21.4 to 0.21.5

2

dist/cjs/dialect/sqlite/sqlite-adapter.js

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

get supportsReturning() {
return false;
return true;
}

@@ -12,0 +12,0 @@ async acquireMigrationLock() {

@@ -7,3 +7,3 @@ /// <reference types="./sqlite-adapter.d.ts" />

get supportsReturning() {
return false;
return true;
}

@@ -10,0 +10,0 @@ async acquireMigrationLock() {

{
"name": "kysely",
"version": "0.21.4",
"version": "0.21.5",
"description": "Type safe SQL query builder",

@@ -5,0 +5,0 @@ "repository": {

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