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

@types/chai-jest-snapshot

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/chai-jest-snapshot - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

7

chai-jest-snapshot/index.d.ts

@@ -5,3 +5,3 @@ // Type definitions for chai-jest-snapshot 1.3

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.1
// TypeScript Version: 3.0

@@ -21,6 +21,3 @@ /// <reference types="chai" />

interface ChaiJestSnapshot {
/** Chai bootstrapper */
(chai: any, utils: any): void;
interface ChaiJestSnapshot extends Chai.ChaiPlugin {
/** Set snapshot file name */

@@ -27,0 +24,0 @@ setFilename(filename: string): void;

{
"name": "@types/chai-jest-snapshot",
"version": "1.3.4",
"version": "1.3.5",
"description": "TypeScript definitions for chai-jest-snapshot",

@@ -14,5 +14,7 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/chai-jest-snapshot"
},

@@ -24,4 +26,4 @@ "scripts": {},

},
"typesPublisherContentHash": "eb19af6f8df3cf107a8bb3d71fb259a9b6c88aa8349074c2af4840fcf29ad4e7",
"typeScriptVersion": "2.1"
"typesPublisherContentHash": "8aee0cfe20ec6ea57ccba71196de254560e5149c081cdc1918155ee009b68e40",
"typeScriptVersion": "3.0"
}

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

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped.git/tree/master/types/chai-jest-snapshot
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chai-jest-snapshot
Additional Details
* Last updated: Tue, 15 May 2018 21:28:51 GMT
* Dependencies: chai, mocha
* Last updated: Thu, 08 Aug 2019 16:09:06 GMT
* Dependencies: @types/chai, @types/mocha
* 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