New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.35 to 2.0.36

12

hammerjs/index.d.ts

@@ -266,6 +266,4 @@ // Type definitions for Hammer.js 2.0.8

canRecognizeWith( otherRecognizer:Recognizer ):boolean;
dropRecognizeWith( otherRecognizer:Recognizer ):Recognizer;
dropRecognizeWith( otherRecognizer:string ):Recognizer;
dropRequireFailure( otherRecognizer:Recognizer ):Recognizer;
dropRequireFailure( otherRecognizer:string ):Recognizer;
dropRecognizeWith( otherRecognizer:Recognizer | Recognizer[] | string):Recognizer;
dropRequireFailure( otherRecognizer:Recognizer | Recognizer[] | string):Recognizer;
emit( input:HammerInput ):void;

@@ -276,6 +274,4 @@ getTouchAction():any[];

recognize( inputData:HammerInput ):void;
recognizeWith( otherRecognizer:Recognizer ):Recognizer;
recognizeWith( otherRecognizer:string ):Recognizer;
requireFailure( otherRecognizer:Recognizer ):Recognizer;
requireFailure( otherRecognizer:string ):Recognizer;
recognizeWith( otherRecognizer:Recognizer | Recognizer[] | string):Recognizer;
requireFailure( otherRecognizer:Recognizer | Recognizer[] | string):Recognizer;
reset():void;

@@ -282,0 +278,0 @@ set( options?:RecognizerOptions ):Recognizer;

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

@@ -9,7 +9,9 @@ "license": "MIT",

"name": "Philip Bulley",
"url": "https://github.com/milkisevil"
"url": "https://github.com/milkisevil",
"githubUsername": "milkisevil"
},
{
"name": "Han Lin Yap",
"url": "https://github.com/codler"
"url": "https://github.com/codler",
"githubUsername": "codler"
}

@@ -20,8 +22,8 @@ ],

"type": "git",
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "28b5b45b17dcea20341c4623344d9f92d40a4e80caa674dd847909603a0d6230",
"typesPublisherContentHash": "accf80ac4ca9e090f78699ea336672ddbc1fe25ad9cf30a5dd6b2d8238f60a57",
"typeScriptVersion": "2.0"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://www.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, 21 Aug 2017 21:49:18 GMT
* Last updated: Mon, 10 Sep 2018 23:10:33 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: Hammer, HammerInput, MouseInput, PointerEventInput, SingleTouchInput, TouchAction, TouchInput, TouchMouseInput

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