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

react-dnd-touch-backend

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-dnd-touch-backend - npm Package Compare versions

Comparing version 15.1.1 to 15.1.2

4

dist/cjs/index.js

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

});
var _exportNames = {};
var _exportNames = {
TouchBackend: true
};
exports.TouchBackend = void 0;

@@ -8,0 +10,0 @@ var _touchBackendImplJs = _interopRequireWildcard(require("./TouchBackendImpl.js"));

@@ -0,0 +0,0 @@ import type { BackendFactory } from 'dnd-core';

@@ -0,0 +0,0 @@ export interface EventName {

@@ -0,0 +0,0 @@ import type { TouchBackendOptions, AngleRange, TouchBackendContext } from './interfaces.js';

@@ -0,0 +0,0 @@ import type { Backend, Identifier, DragDropManager, Unsubscribe } from 'dnd-core';

import type { AngleRange } from '../interfaces.js';
export declare function distance(x1: number, y1: number, x2: number, y2: number): number;
export declare function inAngleRanges(x1: number, y1: number, x2: number, y2: number, angleRanges: AngleRange[] | undefined): boolean;

@@ -0,0 +0,0 @@ import type { XYCoord } from 'dnd-core';

export declare const supportsPassive: boolean;
{
"name": "react-dnd-touch-backend",
"version": "15.1.1",
"version": "15.1.2",
"description": "Touch backend for react-dnd",

@@ -28,13 +28,13 @@ "main": "dist/cjs/index.js",

"dependencies": {
"@react-dnd/invariant": "3.0.0",
"dnd-core": "15.1.1"
"@react-dnd/invariant": "3.0.1",
"dnd-core": "15.1.2"
},
"devDependencies": {
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.136",
"@types/jest": "^27.4.0",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.161",
"@types/jest": "^27.4.1",
"npm-run-all": "^4.1.5",
"shx": "^0.3.4",
"typescript": "^4.5.5"
"typescript": "^4.6.3"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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