Socket
Socket
Sign inDemoInstall

@types/sinon-chai

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinon-chai - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

8

sinon-chai/index.d.ts
// Type definitions for sinon-chai 3.2.0
// Project: https://github.com/domenic/sinon-chai
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid>
// Definitions by: Kazi Manzur Rashid <https://github.com/kazimanzurrashid>
// Jed Mao <https://github.com/jedmao>
// Eyal Lapid <https://github.com/elpdpt>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8
// TypeScript Version: 3.0

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

/**
* Returns true if spy was called before anotherSpy, and no spy calls occurred
* Returns true if spy was called before anotherSpy, and no spy calls occurred
* between spy and anotherSpy.

@@ -58,3 +58,3 @@ */

/**
* Returns true if spy was called after anotherSpy, and no spy calls occurred
* Returns true if spy was called after anotherSpy, and no spy calls occurred
* between anotherSpy and spy.

@@ -61,0 +61,0 @@ */

{
"name": "@types/sinon-chai",
"version": "3.2.0",
"version": "3.2.1",
"description": "TypeScript definitions for sinon-chai",

@@ -24,2 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"repository": {

@@ -34,4 +35,4 @@ "type": "git",

},
"typesPublisherContentHash": "6fcf5acc68a5e3c2839231d5d20f9e0a031b246a56791d3385fc3c3bea425a38",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "827e4665b8db4677a9b1fd8c3bc43f10a2b069e2f28d7a1dc003683b73ad517a",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Wed, 13 Jun 2018 19:16:57 GMT
* Last updated: Sun, 18 Nov 2018 17:15:33 GMT
* Dependencies: sinon, chai

@@ -14,0 +14,0 @@ * Global values: none

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