@types/sinon
Advanced tools
Comparing version 1.16.30 to 1.16.31
@@ -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 { |
{ | ||
"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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17553
415