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.3 to 6.5.4

4

dist/handles/scale/index.js

@@ -100,3 +100,3 @@ import { Group, Vector3 } from 'three';

import { HandleOptions, HandleTransformOptions } from '@pmndrs/handle'
import { GroupProps } from '@react-three/fiber'
import { ThreeElements } from '@react-three/fiber'
import { FreeScaleControl } from './free.js'

@@ -108,3 +108,3 @@ import { HandlesAxisHighlight } from '../axis.js'

export type ScaleHandlesProperties = GroupProps &
export type ScaleHandlesProperties = ThreeElements['group'] &
Pick<HandleOptions<any>, 'alwaysUpdate' | 'apply' | 'stopPropagation'> & {

@@ -111,0 +111,0 @@ enabled?: Exclude<HandleTransformOptions, Array<Vector3Tuple>>

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

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

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

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

@@ -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