@types/chai-dom
Advanced tools
Comparing version 0.0.7 to 0.0.8
@@ -5,2 +5,3 @@ // Type definitions for chai-dom | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.0 | ||
@@ -60,9 +61,4 @@ /// <reference types="chai" /> | ||
declare module "chai-dom" { | ||
function chaiDom(chai: any, utils: any): void; | ||
namespace chaiDom { | ||
} | ||
const chaiDom: Chai.ChaiPlugin; | ||
export = chaiDom; | ||
} |
{ | ||
"name": "@types/chai-dom", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "TypeScript definitions for chai-dom", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/chai-dom" | ||
}, | ||
@@ -23,4 +25,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "1712dd65d87afc2d88f721d424162d4180b32a2c9968dce15028bd97129d8f29", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "3981d8602483ee97dbbd705b75fd46fe97b074992b6ae8ad1ddaecc932cf4523", | ||
"typeScriptVersion": "3.0" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 20 Sep 2018 23:43:37 GMT | ||
* Dependencies: chai | ||
* Last updated: Thu, 08 Aug 2019 16:09:05 GMT | ||
* Dependencies: @types/chai | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
3781
36