@evidence-dev/db-commons
Advanced tools
Comparing version 0.0.0-6b6bcb47 to 0.0.0-6ba0891f
# @evidence-dev/db-commons | ||
## 1.0.4 | ||
### Patch Changes | ||
- 1da26c4e: add more leniency for comments in queries | ||
## 1.0.3 | ||
### Patch Changes | ||
- 31381835: Add support for EVIDENCE_VAR\_\_ interpolation in source queries | ||
## 1.0.2 | ||
### Patch Changes | ||
- fc7fe470: Add support for closeConnection callback when async generator has completed | ||
## 1.0.1 | ||
### Patch Changes | ||
- Fix incorrectly published version | ||
## 1.0.0 | ||
### Patch Changes | ||
- bf4a112a: Update package.json to use new datasource field | ||
- cd57ba69: Add new interface for datasources for fine-grained control of output | ||
- c4822852: Support for streaming results | ||
- 781d2677: exhaust testconnection streams, improve type inference, add trino/databricks adapters | ||
- 20127231: Bump all versions so version pinning works | ||
- 29c149d6: added stricter types to db adapters | ||
## 0.2.1-usql.5 | ||
### Patch Changes | ||
- 781d2677: exhaust testconnection streams, improve type inference, add trino/databricks adapters | ||
## 0.2.1-usql.4 | ||
### Patch Changes | ||
- Update package.json to use new datasource field | ||
## 0.2.1-usql.3 | ||
### Patch Changes | ||
- cd57ba69: Add new interface for datasources for fine-grained control of output | ||
## 0.2.1-usql.2 | ||
### Patch Changes | ||
- Support for streaming results | ||
## 0.2.1-usql.1 | ||
### Patch Changes | ||
- 20127231: Bump all versions so version pinning works | ||
## 0.2.1-usql.0 | ||
### Patch Changes | ||
- 29c149d6: added stricter types to db adapters | ||
## 0.2.0 | ||
### Minor Changes | ||
- 4c04edd0: Changed expected environment variables to reduce ambiguity | ||
## 0.1.3 | ||
@@ -4,0 +81,0 @@ |
@@ -1,6 +0,4 @@ | ||
# License | ||
MIT License | ||
Copyright \(c\) 2021 Evidence | ||
Copyright \(c\) 2023 Evidence | ||
@@ -7,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files \(the "Software"\), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "@evidence-dev/db-commons", | ||
"version": "0.0.0-6b6bcb47", | ||
"description": "Shared modules for Evidence Database Drivers ", | ||
"version": "0.0.0-6ba0891f", | ||
"description": "Shared modules for Evidence Datasource Drivers ", | ||
"main": "index.cjs", | ||
@@ -9,5 +9,12 @@ "author": "evidence.dev", | ||
"dependencies": { | ||
"fs-extra": "10.0.0" | ||
"fs-extra": "11.2.0" | ||
}, | ||
"type": "module" | ||
"type": "module", | ||
"devDependencies": { | ||
"@jest/globals": "^29.5.0", | ||
"jest": "^28.1.3" | ||
}, | ||
"scripts": { | ||
"test": "jest" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
19246
8
448
2
11
1
+ Addedfs-extra@11.2.0(transitive)
- Removedfs-extra@10.0.0(transitive)
Updatedfs-extra@11.2.0