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

@types/hammerjs

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/hammerjs - npm Package Compare versions

Comparing version 2.0.36 to 2.0.37

12

hammerjs/index.d.ts

@@ -174,2 +174,8 @@ // Type definitions for Hammer.js 2.0.8

overallVelocity:number;
overallVelocityX:number;
overallVelocityY:number;
/** Direction moved. Matches the DIRECTION constants. */

@@ -214,2 +220,8 @@ direction:number;

/** Maximum number of pointers detected in the gesture */
maxPointers:number;
/** Timestamp of a gesture */
timeStamp:number;
/** Reference to the srcEvent.preventDefault() method. Only for experts! */

@@ -216,0 +228,0 @@ preventDefault:Function;

10

hammerjs/package.json
{
"name": "@types/hammerjs",
"version": "2.0.36",
"version": "2.0.37",
"description": "TypeScript definitions for Hammer.js",

@@ -19,10 +19,12 @@ "license": "MIT",

"main": "",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/hammerjs"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "accf80ac4ca9e090f78699ea336672ddbc1fe25ad9cf30a5dd6b2d8238f60a57",
"typeScriptVersion": "2.0"
"typesPublisherContentHash": "47d5efde4509f586e1f873a4d32ce56c136025f7200389f6a39b1acfb4999ab8",
"typeScriptVersion": "3.4"
}

10

hammerjs/README.md

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hammerjs
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/hammerjs.
Additional Details
* Last updated: Mon, 10 Sep 2018 23:10:33 GMT
### Additional Details
* Last updated: Mon, 25 Jan 2021 21:23:51 GMT
* Dependencies: none
* Global values: Hammer, HammerInput, MouseInput, PointerEventInput, SingleTouchInput, TouchAction, TouchInput, TouchMouseInput
* Global values: `Hammer`, `HammerInput`, `MouseInput`, `PointerEventInput`, `SingleTouchInput`, `TouchAction`, `TouchInput`, `TouchMouseInput`
# Credits
These definitions were written by Philip Bulley <https://github.com/milkisevil>, Han Lin Yap <https://github.com/codler>.
These definitions were written by [Philip Bulley](https://github.com/milkisevil), and [Han Lin Yap](https://github.com/codler).

Sorry, the diff of this file is not supported yet

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