New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@types/pouchdb-replication

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pouchdb-replication - npm Package Compare versions

Comparing version 6.4.0 to 6.4.1

8

pouchdb-replication/index.d.ts

@@ -85,2 +85,10 @@ // Type definitions for pouchdb-replication 6.4

back_off_function?(delay: number): number;
/**
* Can be used if you want to disable checkpoints on the source, target, or both.
* Setting this option to false will prevent writing checkpoints on both source and target.
* Setting it to source will only write checkpoints on the source.
* Setting it to target will only write checkpoints on the target.
*/
checkpoint?: boolean | 'target' | 'source';
}

@@ -87,0 +95,0 @@

7

pouchdb-replication/package.json
{
"name": "@types/pouchdb-replication",
"version": "6.4.0",
"version": "6.4.1",
"description": "TypeScript definitions for pouchdb-replication",

@@ -19,5 +19,6 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},

@@ -29,4 +30,4 @@ "scripts": {},

},
"typesPublisherContentHash": "b7d8850c2dc8b56cceb383ca8a903aad9bd700b78154b78b57eaaff000b345bb",
"typesPublisherContentHash": "2e32bd692ae054c34ea8c95bc0c8339501e84adbe022fb7e656649922b3f0144",
"typeScriptVersion": "2.3"
}

@@ -8,7 +8,7 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/pouchdb-replication
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pouchdb-replication
Additional Details
* Last updated: Tue, 15 May 2018 21:28:51 GMT
* Dependencies: pouchdb-core, pouchdb-find
* Last updated: Tue, 18 Dec 2018 18:49:07 GMT
* Dependencies: @types/pouchdb-core, @types/pouchdb-find
* Global values: none

@@ -15,0 +15,0 @@

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