@types/sinon
Advanced tools
Comparing version 1.16.31 to 1.16.32
@@ -440,2 +440,2 @@ // Type definitions for Sinon 1.16.0 | ||
export = Sinon; | ||
export as namespace Sinon; | ||
export as namespace sinon; |
{ | ||
"name": "@types/sinon", | ||
"version": "1.16.31", | ||
"version": "1.16.32", | ||
"description": "TypeScript definitions for Sinon 1.16.0", | ||
@@ -14,4 +14,5 @@ "license": "MIT", | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "f24d5ee2839287861383b42207376074cb5fe6f140f49b01e065c6e3a084c8db" | ||
"typesPublisherContentHash": "92d9254b9c9ac10bb2321301a4d7ee1a2d3e34d1b85c1a320e69d84242f31936" | ||
} |
@@ -11,9 +11,9 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 25 Sep 2016 23:34:51 GMT | ||
* Last updated: Wed, 16 Nov 2016 18:01:31 GMT | ||
* File structure: UMD | ||
* Library Dependencies: none | ||
* Module Dependencies: none | ||
* Global values: Sinon | ||
* Global values: Sinon, sinon | ||
# Credits | ||
These definitions were written by William Sears <https://github.com/mrbigdog2u>. |
@@ -6,4 +6,4 @@ { | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "16", | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 16, | ||
"libraryName": "Sinon 1.16.0", | ||
@@ -16,3 +16,4 @@ "typingsPackageName": "sinon", | ||
"globals": [ | ||
"Sinon" | ||
"Sinon", | ||
"sinon" | ||
], | ||
@@ -24,3 +25,3 @@ "declaredModules": [], | ||
"hasPackageJson": false, | ||
"contentHash": "f24d5ee2839287861383b42207376074cb5fe6f140f49b01e065c6e3a084c8db" | ||
"contentHash": "92d9254b9c9ac10bb2321301a4d7ee1a2d3e34d1b85c1a320e69d84242f31936" | ||
} |
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
17601
416