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

@libsql/hrana-client

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libsql/hrana-client - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

lib-cjs/result.js

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

if (colName !== undefined && !Object.hasOwn(row, colName)) {
Object.defineProperty(row, colName, { value, enumerable: true });
Object.defineProperty(row, colName, { value, enumerable: true, configurable: true, writable: true });
}

@@ -51,0 +51,0 @@ }

@@ -41,3 +41,3 @@ import { ResponseError } from "./errors.js";

if (colName !== undefined && !Object.hasOwn(row, colName)) {
Object.defineProperty(row, colName, { value, enumerable: true });
Object.defineProperty(row, colName, { value, enumerable: true, configurable: true, writable: true });
}

@@ -44,0 +44,0 @@ }

{
"name": "@libsql/hrana-client",
"version": "0.6.1",
"version": "0.6.2",
"keywords": [

@@ -5,0 +5,0 @@ "hrana",

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