Socket
Socket
Sign inDemoInstall

@interactjs/utils

Package Overview
Dependencies
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/utils - npm Package Compare versions

Comparing version 1.8.0-rc.0 to 1.8.0-rc.1

4

package.json
{
"name": "@interactjs/utils",
"version": "1.8.0-rc.0",
"version": "1.8.0-rc.1",
"license": "MIT",
"devDependencies": {
"@interactjs/_dev": "1.8.0-rc.0"
"@interactjs/_dev": "1.8.0-rc.1"
},

@@ -8,0 +8,0 @@ "publishConfig": {

@@ -1,14 +0,14 @@

declare function createGrid(grid: (Interact.Rect | Interact.Point) & {
declare function createGrid(grid: (Partial<Interact.Rect> | Interact.Point) & {
range?: number;
limits: Interact.Rect;
offset: Interact.Point;
limits?: Interact.Rect;
offset?: Interact.Point;
}): import("@interactjs/modifiers/snap/pointer").SnapFunction & {
grid: (import("@interactjs/types/types").Point & {
range?: number;
limits: import("@interactjs/types/types").Rect;
offset: import("@interactjs/types/types").Point;
}) | (import("@interactjs/types/types").Rect & {
limits?: import("@interactjs/types/types").Rect;
offset?: import("@interactjs/types/types").Point;
}) | (Partial<import("@interactjs/types/types").Rect> & {
range?: number;
limits: import("@interactjs/types/types").Rect;
offset: import("@interactjs/types/types").Point;
limits?: import("@interactjs/types/types").Rect;
offset?: import("@interactjs/types/types").Point;
});

@@ -15,0 +15,0 @@ coordFields: (readonly ["x", "y"] | readonly ["left", "top"] | readonly ["right", "bottom"] | readonly ["width", "height"])[];

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc