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

@types/pollyjs__persister

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/pollyjs__persister - npm Package Compare versions

Comparing version

to
4.3.0

7

pollyjs__persister/index.d.ts

@@ -1,12 +0,13 @@

// Type definitions for @pollyjs/persister 2.0
// Type definitions for @pollyjs/persister 4.3
// Project: https://github.com/netflix/pollyjs/tree/master/packages/@pollyjs/persister
// Definitions by: feinoujc <https://github.com/feinoujc>
// silverchen <https://github.com/silverchen>
// Offir Golan <https://github.com/offirgolan>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export default class Persister {
static readonly name: string;
static readonly id: string;
static readonly type: string;
readonly options: any;
readonly options: { [key: string]: any };
persist(): Promise<void>;
}
{
"name": "@types/pollyjs__persister",
"version": "2.0.1",
"version": "4.3.0",
"description": "TypeScript definitions for @pollyjs/persister",

@@ -16,6 +16,11 @@ "license": "MIT",

"githubUsername": "silverchen"
},
{
"name": "Offir Golan",
"url": "https://github.com/offirgolan",
"githubUsername": "offirgolan"
}
],
"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -28,4 +33,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "a79af6ddcfd09297deedc5e4b5942928af92279315c0ec5ef7eeb2933ce3ef89",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "68f1816e201440e8d17a77bfd3ca27fc5caa81f32c3ea812becc0ce8b3b5dc8e",
"typeScriptVersion": "3.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pollyjs__persister
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pollyjs__persister.
Additional Details
* Last updated: Wed, 31 Jul 2019 17:12:04 GMT
### Additional Details
* Last updated: Tue, 26 May 2020 21:56:11 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by feinoujc <https://github.com/feinoujc>, and silverchen <https://github.com/silverchen>.
These definitions were written by [feinoujc](https://github.com/feinoujc), [silverchen](https://github.com/silverchen), and [Offir Golan](https://github.com/offirgolan).

Sorry, the diff of this file is not supported yet