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 0.0.0-ca54fa27 to 0.0.0-ca73d576

12

CHANGELOG.md
# @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

@@ -4,0 +16,0 @@

5

index.d.ts

@@ -21,3 +21,6 @@ export * from './index.cjs';

type FileContent = () => Promise<string>;
/**
* @param {boolean} [disableInterpolation = false] Disables the automatic injection of Evidence Source Variables
*/
type FileContent = (disableInterpolation?: boolean) => Promise<string>;
export interface SourceDirectory {

@@ -24,0 +27,0 @@ [filename: string]: SourceDirectory | FileContent;

4

package.json
{
"name": "@evidence-dev/db-commons",
"version": "0.0.0-ca54fa27",
"version": "0.0.0-ca73d576",
"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