New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@pmndrs/handle

Package Overview
Dependencies
Maintainers
7
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pmndrs/handle - npm Package Compare versions

Comparing version 6.5.2 to 6.5.3

7

dist/state.js

@@ -53,2 +53,4 @@ import { Euler } from 'three';

this.memo = undefined;
this._delta = undefined;
this._offset = undefined;
}

@@ -61,8 +63,11 @@ update(event, current) {

this.last = false;
this._delta = undefined;
this._offset = undefined;
}
end(event) {
this.event = event;
this.previous = this.current;
this.first = false;
this.last = true;
this._delta = undefined;
this._offset = undefined;
}

@@ -69,0 +74,0 @@ get delta() {

4

package.json

@@ -7,3 +7,3 @@ {

"homepage": "https://github.com/pmndrs/xr",
"version": "6.5.2",
"version": "6.5.3",
"keywords": [

@@ -25,3 +25,3 @@ "r3f",

"zustand": "^4.5.2",
"@pmndrs/pointer-events": "^6.5.2"
"@pmndrs/pointer-events": "^6.5.3"
},

@@ -28,0 +28,0 @@ "files": [

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