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

@evidence-dev/db-commons

Package Overview
Dependencies
Maintainers
5
Versions
413
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@evidence-dev/db-commons - npm Package Compare versions

Comparing version 1.0.4-features-a.0 to 1.0.4

4

CHANGELOG.md
# @evidence-dev/db-commons
## 1.0.4-features-a.0
## 1.0.4
### Patch Changes
- 17f7bb20: Add better configuration for parquet row size, also batch partitioned data to avoid OOM issues on very large datasets
- 1da26c4e: add more leniency for comments in queries

@@ -9,0 +9,0 @@ ## 1.0.3

@@ -37,4 +37,3 @@ export * from './index.cjs';

addToCache: (name: string, content: string) => void;
},
batchSize: number
}
) => AsyncIterable<QueryResult & { name: string; content: string }>;
{
"name": "@evidence-dev/db-commons",
"version": "1.0.4-features-a.0",
"version": "1.0.4",
"description": "Shared modules for Evidence Datasource Drivers ",

@@ -9,3 +9,3 @@ "main": "index.cjs",

"dependencies": {
"fs-extra": "10.0.0"
"fs-extra": "11.2.0"
},

@@ -12,0 +12,0 @@ "type": "module",

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