Socket
Socket
Sign inDemoInstall

@interactjs/modifiers

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/modifiers - npm Package Compare versions

Comparing version 1.10.3 to 1.10.5

avoid/avoid.js

10

all.js

@@ -1,4 +0,4 @@

/* eslint-disable node/no-extraneous-import */
/* eslint-disable node/no-extraneous-import, import/no-unresolved */
import aspectRatio from "./aspectRatio.js";
import avoid from "./avoid.js";
import avoid from "./avoid/avoid.stub.js";
import restrictEdges from "./restrict/edges.js";

@@ -8,8 +8,8 @@ import restrict from "./restrict/pointer.js";

import restrictSize from "./restrict/size.js";
import rubberband from "./rubberband.js";
import rubberband from "./rubberband/rubberband.stub.js";
import snapEdges from "./snap/edges.js";
import snap from "./snap/pointer.js";
import snapSize from "./snap/size.js";
import spring from "./spring.js";
import transform from "./transform.js";
import spring from "./spring/spring.stub.js";
import transform from "./transform/transform.stub.js";
export default {

@@ -16,0 +16,0 @@ aspectRatio,

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

import r from"./aspectRatio.prod.js";import o from"./avoid.prod.js";import t from"./restrict/edges.prod.js";import s from"./restrict/pointer.prod.js";import p from"./restrict/rect.prod.js";import i from"./restrict/size.prod.js";import e from"./rubberband.prod.js";import m from"./snap/edges.prod.js";import d from"./snap/pointer.prod.js";import a from"./snap/size.prod.js";import f from"./spring.prod.js";import n from"./transform.prod.js";export default{aspectRatio:r,restrictEdges:t,restrict:s,restrictRect:p,restrictSize:i,snapEdges:m,snap:d,snapSize:a,spring:f,avoid:o,transform:n,rubberband:e};
import r from"./aspectRatio.prod.js";import o from"./avoid/avoid.stub.prod.js";import t from"./restrict/edges.prod.js";import s from"./restrict/pointer.prod.js";import p from"./restrict/rect.prod.js";import i from"./restrict/size.prod.js";import e from"./rubberband/rubberband.stub.prod.js";import m from"./snap/edges.prod.js";import d from"./snap/pointer.prod.js";import a from"./snap/size.prod.js";import n from"./spring/spring.stub.prod.js";import f from"./transform/transform.stub.prod.js";export default{aspectRatio:r,restrictEdges:t,restrict:s,restrictRect:p,restrictSize:i,snapEdges:m,snap:d,snapSize:a,spring:n,avoid:o,transform:f,rubberband:e};
//# sourceMappingURL=all.prod.js.map
{
"name": "@interactjs/modifiers",
"version": "1.10.3",
"license": "MIT",
"version": "1.10.5",
"dependencies": {
"@interactjs/snappers": "1.10.3"
"@interactjs/snappers": "1.10.5"
},
"peerDependencies": {
"@interactjs/core": "1.10.3",
"@interactjs/utils": "1.10.3"
"@interactjs/core": "1.10.5",
"@interactjs/utils": "1.10.5"
},
"optionalDependencies": {
"@interactjs/interact": "1.10.3"
"@interactjs/interact": "1.10.5"
},

@@ -21,3 +20,4 @@ "publishConfig": {

"**/index.prod.js"
]
],
"license": "MIT"
}

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