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

@naturalcycles/db-lib

Package Overview
Dependencies
Maintainers
3
Versions
301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@naturalcycles/db-lib - npm Package Compare versions

Comparing version 3.15.0 to 3.15.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [3.15.1](https://github.com/NaturalCycles/db-lib/compare/v3.15.0...v3.15.1) (2020-03-20)
### Bug Fixes
* CommonDaoStreamOptions extended wrong interface ([8c7fda4](https://github.com/NaturalCycles/db-lib/commit/8c7fda44137c22d7f6ac4bc68ab29e7effd6acda))
# [3.15.0](https://github.com/NaturalCycles/db-lib/compare/v3.14.1...v3.15.0) (2020-03-18)

@@ -2,0 +9,0 @@

4

dist/db.model.d.ts
import { ErrorMode } from '@naturalcycles/js-lib';
import { TransformLogProgressOptions, TransformMapOptions } from '@naturalcycles/nodejs-lib';
import { TransformMapOptions } from '@naturalcycles/nodejs-lib';
import { Merge } from 'type-fest';

@@ -53,3 +53,3 @@ import { CommonDB } from './common.db';

}
export interface CommonDaoStreamOptions extends CommonDaoOptions, TransformMapOptions, TransformLogProgressOptions {
export interface CommonDaoStreamOptions extends CommonDaoOptions, TransformMapOptions {
/**

@@ -56,0 +56,0 @@ * @default true (for streams)

@@ -8,3 +8,3 @@ {

"@naturalcycles/time-lib": "^1.4.3",
"fs-extra": "^8.1.0",
"fs-extra": "^9.0.0",
"type-fest": "^0.12.0"

@@ -40,3 +40,3 @@ },

},
"version": "3.15.0",
"version": "3.15.1",
"description": "Lowest Common Denominator API to supported Databases",

@@ -43,0 +43,0 @@ "keywords": [

@@ -5,3 +5,2 @@ import { ErrorMode } from '@naturalcycles/js-lib'

stringSchema,
TransformLogProgressOptions,
TransformMapOptions,

@@ -68,6 +67,3 @@ unixTimestampSchema,

export interface CommonDaoStreamOptions
extends CommonDaoOptions,
TransformMapOptions,
TransformLogProgressOptions {
export interface CommonDaoStreamOptions extends CommonDaoOptions, TransformMapOptions {
/**

@@ -74,0 +70,0 @@ * @default true (for streams)

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