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

@interactjs/types

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/types - npm Package Compare versions

Comparing version 1.9.5 to 1.9.6

2

interactjs-test.js

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

// eslint-disable-next-line node/no-extraneous-import
// eslint-disable-next-line import/no-extraneous-dependencies
import interact from "../interactjs/index.js"; // Interactables

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

{
"name": "@interactjs/types",
"version": "1.9.5",
"version": "1.9.6",
"license": "MIT",
"dependencies": {
"@interactjs/actions": "1.9.5",
"@interactjs/arrange": "1.9.5",
"@interactjs/auto-scroll": "1.9.5",
"@interactjs/auto-start": "1.9.5",
"@interactjs/core": "1.9.5",
"@interactjs/dev-tools": "1.9.5",
"@interactjs/inertia": "1.9.5",
"@interactjs/interact": "1.9.5",
"@interactjs/modifiers": "1.9.5",
"@interactjs/pointer-events": "1.9.5",
"@interactjs/reflow": "1.9.5",
"@interactjs/symbol-tree": "1.9.5",
"@interactjs/utils": "1.9.5"
"@interactjs/actions": "1.9.6",
"@interactjs/arrange": "1.9.6",
"@interactjs/auto-scroll": "1.9.6",
"@interactjs/auto-start": "1.9.6",
"@interactjs/core": "1.9.6",
"@interactjs/dev-tools": "1.9.6",
"@interactjs/inertia": "1.9.6",
"@interactjs/modifiers": "1.9.6",
"@interactjs/pointer-events": "1.9.6",
"@interactjs/reflow": "1.9.6",
"@interactjs/symbol-tree": "1.9.6",
"@interactjs/utils": "1.9.6"
},
"devDependencies": {
"@interactjs/_dev": "1.9.5"
"@interactjs/_dev": "1.9.6"
},

@@ -26,3 +25,3 @@ "publishConfig": {

},
"gitHead": "cb94f9a0"
"gitHead": "8666b4e3"
}

@@ -12,6 +12,6 @@ // Type definitions for interact.js

import _InteractableSet from '@interactjs/core/InteractableSet'
import _InteractStatic from '@interactjs/core/InteractStatic'
import * as iEvent from '@interactjs/core/InteractEvent'
import * as interaction from '@interactjs/core/Interaction'
import * as scope from '@interactjs/core/scope'
import interact from '@interactjs/interact/index'
import * as snap from '@interactjs/modifiers/snap/pointer'

@@ -26,3 +26,2 @@ import { PointerEvent as _PointerEvent } from '@interactjs/pointer-events/PointerEvent'

import '@interactjs/auto-start/InteractableMethods'
import '@interactjs/core/InteractStatic'
import '@interactjs/core/interactablePreventDefault'

@@ -33,5 +32,6 @@ import '@interactjs/dev-tools'

import '@interactjs/modifiers'
import '@interactjs/pointer-events/base'
import '@interactjs/pointer-events/interactableTargets'
import '@interactjs/pointer-events/base'
import '@interactjs/reflow'
import '@interactjs/snappers'

@@ -42,5 +42,2 @@ import * as arrange from '@interactjs/arrange'

declare namespace InteractPro {
}
declare namespace Interact {

@@ -55,3 +52,3 @@ type OrBoolean<T> = {

export type Target = Interact.EventTarget | string
export type interact = typeof interact
export type InteractStatic = _InteractStatic
export type Plugin = scope.Plugin

@@ -58,0 +55,0 @@ export type ActionProps<T extends scope.ActionName = any> = interaction.ActionProps<T>

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