Socket
Socket
Sign inDemoInstall

@use-gesture/core

Package Overview
Dependencies
0
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.2.24 to 10.2.25

dist/actions-0ceec22a.cjs.dev.js

2

actions/dist/use-gesture-core-actions.cjs.dev.js

@@ -5,3 +5,3 @@ 'use strict';

var actions_dist_useGestureCoreActions = require('../../dist/actions-54d777c3.cjs.dev.js');
var actions_dist_useGestureCoreActions = require('../../dist/actions-0ceec22a.cjs.dev.js');
require('../../dist/maths-267f0992.cjs.dev.js');

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ 'use strict';

var actions_dist_useGestureCoreActions = require('../../dist/actions-128d804e.cjs.prod.js');
var actions_dist_useGestureCoreActions = require('../../dist/actions-264d9fec.cjs.prod.js');
require('../../dist/maths-83bc6f64.cjs.prod.js');

@@ -8,0 +8,0 @@

@@ -1,2 +0,2 @@

export { C as ConfigResolverMap, E as EngineMap, e as dragAction, h as hoverAction, m as moveAction, f as pinchAction, r as registerAction, s as scrollAction, w as wheelAction } from '../../dist/actions-b1cc53c2.esm.js';
export { C as ConfigResolverMap, E as EngineMap, e as dragAction, h as hoverAction, m as moveAction, f as pinchAction, r as registerAction, s as scrollAction, w as wheelAction } from '../../dist/actions-9870e108.esm.js';
import '../../dist/maths-0ab39ae9.esm.js';
# @use-gesture/core
## 10.2.25
### Patch Changes
- 3701753ea: fix: set startTime inside start function
## 10.2.24

@@ -4,0 +10,0 @@

@@ -5,3 +5,3 @@ 'use strict';

var actions_dist_useGestureCoreActions = require('./actions-54d777c3.cjs.dev.js');
var actions_dist_useGestureCoreActions = require('./actions-0ceec22a.cjs.dev.js');
require('./maths-267f0992.cjs.dev.js');

@@ -8,0 +8,0 @@

@@ -5,3 +5,3 @@ 'use strict';

var actions_dist_useGestureCoreActions = require('./actions-128d804e.cjs.prod.js');
var actions_dist_useGestureCoreActions = require('./actions-264d9fec.cjs.prod.js');
require('./maths-83bc6f64.cjs.prod.js');

@@ -8,0 +8,0 @@

@@ -1,2 +0,2 @@

import { S as SUPPORT, C as ConfigResolverMap, _ as _objectSpread2, a as _defineProperty, t as toDomEventType, i as isTouch, b as touchIds, E as EngineMap, c as chain, p as parseProp, d as toHandlerProp } from './actions-b1cc53c2.esm.js';
import { S as SUPPORT, C as ConfigResolverMap, _ as _objectSpread2, a as _defineProperty, t as toDomEventType, i as isTouch, b as touchIds, E as EngineMap, c as chain, p as parseProp, d as toHandlerProp } from './actions-9870e108.esm.js';
import './maths-0ab39ae9.esm.js';

@@ -3,0 +3,0 @@

{
"name": "@use-gesture/core",
"version": "10.2.24",
"version": "10.2.25",
"description": "Core engine for receiving gestures",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -195,4 +195,4 @@ import { Controller } from '../Controller'

state.offset = state.lastOffset
state.startTime = state.timeStamp = event.timeStamp
}
state.startTime = state.timeStamp = event.timeStamp
}

@@ -199,0 +199,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc