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

@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.30 to 1.16.31

6

sinon/index.d.ts

@@ -6,2 +6,8 @@ // Type definitions for Sinon 1.16.0

// sinon uses DOM dependencies which are absent in browserless envoronment like node.js
// to avoid compiler errors this monkey patch is used
// see more details in https://github.com/DefinitelyTyped/DefinitelyTyped/issues/11351
interface Event { }
interface Document { }
declare namespace Sinon {

@@ -8,0 +14,0 @@ interface SinonSpyCallApi {

4

sinon/package.json
{
"name": "@types/sinon",
"version": "1.16.30",
"version": "1.16.31",
"description": "TypeScript definitions for Sinon 1.16.0",

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

"typings": "index.d.ts",
"typesPublisherContentHash": "b43556cca28d407c0679f1a0357680fe7155a8c89e4cae31ac8f36495fec869e"
"typesPublisherContentHash": "f24d5ee2839287861383b42207376074cb5fe6f140f49b01e065c6e3a084c8db"
}

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

Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* Last updated: Sun, 25 Sep 2016 23:34:51 GMT
* File structure: UMD

@@ -14,0 +14,0 @@ * Library Dependencies: none

@@ -22,3 +22,3 @@ {

"hasPackageJson": false,
"contentHash": "b43556cca28d407c0679f1a0357680fe7155a8c89e4cae31ac8f36495fec869e"
"contentHash": "f24d5ee2839287861383b42207376074cb5fe6f140f49b01e065c6e3a084c8db"
}
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