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

@types/sinon-test

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinon-test - npm Package Compare versions

Comparing version 1.0.7 to 2.4.0

12

sinon-test/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for sinon-test 1.0
// Type definitions for sinon-test 2.4
// Project: https://github.com/sinonjs/sinon-test

@@ -12,3 +12,3 @@ // Definitions by: Francis Saul <https://github.com/mummybot>

injectInto?: any;
properties?: Array<"spy"| "stub"| "mock"| "clock"| "server"| "requests">;
properties?: Array<"spy" | "stub" | "mock" | "clock" | "server" | "requests">;
useFakeTimers?: boolean;

@@ -18,9 +18,7 @@ useFakeServer?: boolean;

interface sinonTest {
configureTest(sinon: Sinon.SinonStatic, config?: Configuration): any;
configureTestCase(sinon: Sinon.SinonStatic, config?: Configuration): any;
declare function sinonTest(sinon: Sinon.SinonStatic, config?: Configuration): any;
declare namespace sinonTest {
function configureTest(sinon: Sinon.SinonStatic, config?: Configuration): any;
}
declare var sinonTest: sinonTest;
export = sinonTest;
{
"name": "@types/sinon-test",
"version": "1.0.7",
"version": "2.4.0",
"description": "TypeScript definitions for sinon-test",

@@ -17,3 +17,4 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/sinon-test"
},

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

},
"typesPublisherContentHash": "56781806c916d466ac437c2df36f27e51ddb42947940f853851b04c3c71aa133",
"typesPublisherContentHash": "43acb63a6edf61507d8a33df7140b39cf32524e3dc0465392e724a5c75bc0fda",
"typeScriptVersion": "2.8"
}

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

Additional Details
* Last updated: Wed, 12 Dec 2018 21:39:09 GMT
* Last updated: Tue, 09 Jul 2019 01:07:01 GMT
* Dependencies: @types/sinon

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

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