Socket
Socket
Sign inDemoInstall

@types/sinon

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinon - npm Package Compare versions

Comparing version 1.16.32 to 1.16.33

2

sinon/index.d.ts

@@ -79,3 +79,3 @@ // Type definitions for Sinon 1.16.0

alwaysThrew(obj: any): boolean;
alwaysReturned(): boolean;
alwaysReturned(obj: any): boolean;
invokeCallback(...args: any[]): void;

@@ -82,0 +82,0 @@ getCall(n: number): SinonSpyCall;

{
"name": "@types/sinon",
"version": "1.16.32",
"description": "TypeScript definitions for Sinon 1.16.0",
"version": "1.16.33",
"description": "TypeScript definitions for Sinon",
"license": "MIT",

@@ -15,4 +15,3 @@ "author": "William Sears <https://github.com/mrbigdog2u>",

"peerDependencies": {},
"typings": "index.d.ts",
"typesPublisherContentHash": "92d9254b9c9ac10bb2321301a4d7ee1a2d3e34d1b85c1a320e69d84242f31936"
"typesPublisherContentHash": "295f744c5dfc004824fdaa92d9595c0b8aad134676af999565ebda301e1c29aa"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for Sinon 1.16.0 (http://sinonjs.org/).
This package contains type definitions for Sinon (http://sinonjs.org/).

@@ -12,9 +12,8 @@ # Details

Additional Details
* Last updated: Wed, 16 Nov 2016 18:01:31 GMT
* File structure: UMD
* Last updated: Mon, 12 Dec 2016 22:50:19 GMT
* Library Dependencies: none
* Module Dependencies: none
* Global values: Sinon, sinon
* Global values: sinon
# Credits
These definitions were written by William Sears <https://github.com/mrbigdog2u>.
{
"authors": "William Sears <https://github.com/mrbigdog2u>",
"definitionFilename": "index.d.ts",
"libraryDependencies": [],

@@ -8,3 +7,3 @@ "moduleDependencies": [],

"libraryMinorVersion": 16,
"libraryName": "Sinon 1.16.0",
"libraryName": "Sinon",
"typingsPackageName": "sinon",

@@ -14,8 +13,8 @@ "projectName": "http://sinonjs.org/",

"sourceBranch": "types-2.0",
"kind": "UMD",
"globals": [
"Sinon",
"sinon"
],
"declaredModules": [],
"declaredModules": [
"sinon"
],
"files": [

@@ -25,3 +24,3 @@ "index.d.ts"

"hasPackageJson": false,
"contentHash": "92d9254b9c9ac10bb2321301a4d7ee1a2d3e34d1b85c1a320e69d84242f31936"
"contentHash": "295f744c5dfc004824fdaa92d9595c0b8aad134676af999565ebda301e1c29aa"
}
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