Socket
Socket
Sign inDemoInstall

@interactjs/modifiers

Package Overview
Dependencies
2
Maintainers
2
Versions
136
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0-alpha.18 to 1.4.0-alpha.19

12

package.json
{
"name": "@interactjs/modifiers",
"version": "1.4.0-alpha.18+sha.a8adfbf",
"version": "1.4.0-alpha.19+sha.19ac543",
"peerDependencies": {
"@interactjs/core": "1.4.0-alpha.18+sha.a8adfbf",
"@interactjs/utils": "1.4.0-alpha.18+sha.a8adfbf"
"@interactjs/core": "1.4.0-alpha.19+sha.19ac543",
"@interactjs/utils": "1.4.0-alpha.19+sha.19ac543"
},
"devDependencies": {
"@interactjs/_dev": "1.4.0-alpha.18+sha.a8adfbf",
"@interactjs/core": "1.4.0-alpha.18+sha.a8adfbf",
"@interactjs/utils": "1.4.0-alpha.18+sha.a8adfbf"
"@interactjs/_dev": "1.4.0-alpha.19+sha.19ac543",
"@interactjs/core": "1.4.0-alpha.19+sha.19ac543",
"@interactjs/utils": "1.4.0-alpha.19+sha.19ac543"
},

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

import test from '@interactjs/_dev/test/test';
import * as helpers from '@interactjs/core/tests/helpers';
import * as utils from '@interactjs/utils/index.ts';
import modifiersBase from '../base.ts';
import * as utils from '@interactjs/utils';
import modifiersBase from '../base';

@@ -6,0 +6,0 @@ test('modifiers/base', t => {

import test from '@interactjs/_dev/test/test';
import { mockSignals } from '@interactjs/core/tests/helpers';
import Interaction from '@interactjs/core/Interaction.ts';
import restrictEdges from '../../restrict/edges.ts';
import Interaction from '@interactjs/core/Interaction';
import restrictEdges from '../../restrict/edges';

@@ -6,0 +6,0 @@ test('restrictEdges', t => {

import test from '@interactjs/_dev/test/test';
import { mockSignals } from '@interactjs/core/tests/helpers';
import rectUtils from '@interactjs/utils/rect.ts';
import Interaction from '@interactjs/core/Interaction.ts';
import base from '../../base.ts';
import restrictSize from '../../restrict/size.ts';
import rectUtils from '@interactjs/utils/rect';
import Interaction from '@interactjs/core/Interaction';
import base from '../../base';
import restrictSize from '../../restrict/size';

@@ -9,0 +9,0 @@ test('restrictSize', t => {

import test from '@interactjs/_dev/test/test';
import { mockSignals, mockInteractable, mockScope } from '@interactjs/core/tests/helpers';
import Interaction from '@interactjs/core/Interaction.ts';
import snapEdges from '../../snap/edges.ts';
import Interaction from '@interactjs/core/Interaction';
import snapEdges from '../../snap/edges';

@@ -6,0 +6,0 @@ test('modifiers/snapEdges', t => {

import test from '@interactjs/_dev/test/test';
import { mockSignals, mockInteractable } from '@interactjs/core/tests/helpers';
import Interaction from '@interactjs/core/Interaction.ts';
import snap from '../../snap/pointer.ts';
import Interaction from '@interactjs/core/Interaction';
import snap from '../../snap/pointer';

@@ -7,0 +7,0 @@ test('modifiers/snap', t => {

import test from '@interactjs/_dev/test/test';
import { mockSignals, mockInteractable } from '@interactjs/core/tests/helpers';
import Interaction from '@interactjs/core/Interaction.ts';
import snapSize from '../../snap/size.ts';
import Interaction from '@interactjs/core/Interaction';
import snapSize from '../../snap/size';

@@ -6,0 +6,0 @@ test('modifiers/snapSize', t => {

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc