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

@ajiu9/gesture

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ajiu9/gesture - npm Package Compare versions

Comparing version 1.0.3-beta.2 to 1.0.3-beta.3

README.md

1

index.js

@@ -236,3 +236,4 @@ export class Listener {

export function enableGesture(element) {
// eslint-disable-next-line no-new
new Listener(element, new Recognizer(new Dispatcher(element)))
}

18

package.json
{
"name": "@ajiu9/gesture",
"version": "1.0.3-beta.2",
"version": "1.0.3-beta.3",
"description": "",

@@ -8,2 +8,7 @@ "author": "ajiu9 <615944323@qq.com> (https://github.com/ajiu9/)",

"homepage": "https://github.com/ajiu9/commonuse",
"repository": {
"type": "git",
"url": "https://github.com/ajiu9/commonuse",
"directory": "packages/gesture"
},
"keywords": [

@@ -14,10 +19,5 @@ "javaScript",

"main": "index.js",
"devDependencies": {
"@ajiu9/eslint-config": "^1.0.2",
"eslint": "^8.46.0",
"typescript": "^5.1.6"
},
"scripts": {
"lint": "eslint ."
}
"files": [
"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