Socket
Socket
Sign inDemoInstall

@vant/touch-emulator

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vant/touch-emulator - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

6

index.js

@@ -54,2 +54,8 @@ /* eslint-disable */

if (!Element.prototype.matches) {
Element.prototype.matches =
Element.prototype.msMatchesSelector ||
Element.prototype.webkitMatchesSelector;
}
if (!Element.prototype.closest) {

@@ -56,0 +62,0 @@ Element.prototype.closest = function (s) {

2

package.json
{
"name": "@vant/touch-emulator",
"version": "1.3.1",
"version": "1.3.2",
"description": "Vant touch emulator",

@@ -5,0 +5,0 @@ "main": "index.js",

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