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

sqlite-replication

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqlite-replication - npm Package Compare versions

Comparing version 0.0.4-b to 0.0.5-b

dist/index.d.ts

2

dist/replicationService.js

@@ -36,3 +36,3 @@ import { BehaviorSubject } from 'rxjs';

do {
shouldIterate = await this.pushIteration(pullConfig);
//shouldIterate = await this.pushIteration(pullConfig);
} while (shouldIterate);

@@ -39,0 +39,0 @@ }

{
"name": "sqlite-replication",
"version": "0.0.4b",
"version": "0.0.5b",
"description": "A Typescript module to replicate SQLite DB with server.",

@@ -9,3 +9,3 @@ "scripts": {

"main": "./dist/index.js",
"types": "./src/replication.d.ts",
"types": "./dist/index.d.ts",
"repository": {

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

@@ -9,3 +9,4 @@ {

"strict": true,
"moduleResolution": "Node"
"moduleResolution": "Node",
"declaration": true
},

@@ -12,0 +13,0 @@ "exclude": [

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