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.34 to 1.16.35

1

sinon/index.d.ts

@@ -112,2 +112,3 @@ // Type definitions for Sinon 1.16.0

callsArgOnWithAsync(index: number, context: any, ...args: any[]): SinonStub;
callsFake(func: (...args: any[]) => void): SinonStub;
onCall(n: number): SinonStub;

@@ -114,0 +115,0 @@ onFirstCall(): SinonStub;

4

sinon/package.json
{
"name": "@types/sinon",
"version": "1.16.34",
"version": "1.16.35",
"description": "TypeScript definitions for Sinon",

@@ -15,4 +15,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "acc72ff6ff596d2f5dd1aa0dc77e7f20b5b68fa4fa70c6b5feeac9c8113feb8f",
"typesPublisherContentHash": "2535c12b0e6d1f3a7c91dd921aa5e181e295fc49aafb2d591f3acaea13f940f8",
"typeScriptVersion": "2.0"
}

@@ -11,5 +11,4 @@ # Installation

Additional Details
* Last updated: Fri, 30 Dec 2016 17:43:45 GMT
* Library Dependencies: none
* Module Dependencies: none
* Last updated: Wed, 08 Feb 2017 21:30:53 GMT
* Dependencies: none
* Global values: sinon

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

{
"authors": "William Sears <https://github.com/mrbigdog2u>",
"libraryDependencies": [],
"moduleDependencies": [],
"libraryMajorVersion": 1,
"libraryMinorVersion": 16,
"typeScriptVersion": "2.0",
"name": "sinon",
"libraryName": "Sinon",
"typingsPackageName": "sinon",
"projectName": "http://sinonjs.org/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"sourceBranch": "master",
"globals": [
"sinon"
],
"declaredModules": [
"sinon"
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "acc72ff6ff596d2f5dd1aa0dc77e7f20b5b68fa4fa70c6b5feeac9c8113feb8f"
"data": {
"authors": "William Sears <https://github.com/mrbigdog2u>",
"dependencies": {},
"pathMappings": {},
"libraryMajorVersion": 1,
"libraryMinorVersion": 16,
"typeScriptVersion": "2.0",
"libraryName": "Sinon",
"typingsPackageName": "sinon",
"projectName": "http://sinonjs.org/",
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped",
"globals": [
"sinon"
],
"declaredModules": [
"sinon/."
],
"files": [
"index.d.ts"
],
"hasPackageJson": false,
"contentHash": "2535c12b0e6d1f3a7c91dd921aa5e181e295fc49aafb2d591f3acaea13f940f8"
},
"isLatest": true
}
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