@types/mousetrap
Advanced tools
Comparing version 1.5.32 to 1.5.33
@@ -18,2 +18,5 @@ // Type definitions for Mousetrap 1.5.x | ||
reset(): void; | ||
/** https://craig.is/killing/mice#extensions.global */ | ||
bindGlobal(keyArray: string|string[], callback: (e: ExtendedKeyboardEvent, combo: string) => any, action?: string): void; | ||
} | ||
@@ -20,0 +23,0 @@ |
{ | ||
"name": "@types/mousetrap", | ||
"version": "1.5.32", | ||
"description": "TypeScript definitions for Mousetrap 1.5.x", | ||
"version": "1.5.33", | ||
"description": "TypeScript definitions for Mousetrap", | ||
"license": "MIT", | ||
@@ -14,4 +14,5 @@ "author": "Dániel Tar <https://github.com/qcz>", | ||
"dependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "827a20cbc088e4b9cd07f22103ee4de6d509f32e75f1db481e57642d15f7381f" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2e53146ea332dfba703f9fc0e5ddb1c7a5cc6a66e0ebe309fadd6061f1035947", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,10 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for Mousetrap 1.5.x (http://craig.is/killing/mice). | ||
This package contains type definitions for Mousetrap (http://craig.is/killing/mice). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/mousetrap | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/mousetrap | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: Mixed | ||
* Last updated: Fri, 06 Jan 2017 20:40:28 GMT | ||
* Library Dependencies: none | ||
@@ -15,0 +14,0 @@ * Module Dependencies: none |
{ | ||
"authors": "Dániel Tar <https://github.com/qcz>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [], | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "5", | ||
"libraryName": "Mousetrap 1.5.x", | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 5, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "Mousetrap", | ||
"typingsPackageName": "mousetrap", | ||
"projectName": "http://craig.is/killing/mice", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "Mixed", | ||
"sourceBranch": "master", | ||
"globals": [ | ||
@@ -24,3 +23,3 @@ "Mousetrap" | ||
"hasPackageJson": false, | ||
"contentHash": "827a20cbc088e4b9cd07f22103ee4de6d509f32e75f1db481e57642d15f7381f" | ||
"contentHash": "2e53146ea332dfba703f9fc0e5ddb1c7a5cc6a66e0ebe309fadd6061f1035947" | ||
} |
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
3189
52
18