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

@types/mousetrap

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mousetrap - npm Package Compare versions

Comparing version 1.5.32 to 1.5.33

3

mousetrap/index.d.ts

@@ -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 @@

9

mousetrap/package.json
{
"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"
}
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