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.9.22 to 1.10.0

all.prod.js

3

aspectRatio.js

@@ -7,3 +7,3 @@ /**

*
* @example
* ```js
* interact(target).resizable({

@@ -17,2 +17,3 @@ * modifiers: [

* });
* ```
*/

@@ -19,0 +20,0 @@ import extend from "../utils/extend.js";

{
"name": "@interactjs/modifiers",
"version": "1.9.22",
"version": "1.10.0",
"license": "MIT",
"dependencies": {
"@interactjs/snappers": "1.9.22"
"@interactjs/snappers": "1.10.0"
},
"peerDependencies": {
"@interactjs/core": "1.9.22",
"@interactjs/utils": "1.9.22"
"@interactjs/core": "1.10.0",
"@interactjs/utils": "1.10.0"
},
"optionalDependencies": {
"@interactjs/interact": "1.9.22"
"@interactjs/interact": "1.10.0"
},
"publishConfig": {
"access": "public"
}
},
"sideEffects": [
"**/index.js",
"**/index.prod.js"
]
}

@@ -5,6 +5,6 @@ /**

* @description
* This module allows snapping of the edges of targets during resize
* WOW> This module allows snapping of the edges of targets during resize
* interactions.
*
* @example
* ```js
* interact(target).resizable({

@@ -28,2 +28,3 @@ * snapEdges: {

* })
* ```
*/

@@ -30,0 +31,0 @@ import clone from "../../utils/clone.js";

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