Socket
Socket
Sign inDemoInstall

@interactjs/inertia

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/inertia - npm Package Compare versions

Comparing version 1.9.0 to 1.9.1

index.min.js

53

index.js

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

function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
import * as modifiers from "../modifiers/base.js";

@@ -40,36 +38,19 @@ import Modification from "../modifiers/Modification.js";

this.interaction = interaction;
_defineProperty(this, "active", false);
_defineProperty(this, "isModified", false);
_defineProperty(this, "smoothEnd", false);
_defineProperty(this, "allowResume", false);
_defineProperty(this, "modification", null);
_defineProperty(this, "modifierCount", 0);
_defineProperty(this, "modifierArg", null);
_defineProperty(this, "startCoords", null);
_defineProperty(this, "t0", 0);
_defineProperty(this, "v0", 0);
_defineProperty(this, "te", 0);
_defineProperty(this, "targetOffset", null);
_defineProperty(this, "modifiedOffset", null);
_defineProperty(this, "currentOffset", null);
_defineProperty(this, "lambda_v0", 0);
_defineProperty(this, "one_ve_v0", 0);
_defineProperty(this, "timeout", null);
this.active = false;
this.isModified = false;
this.smoothEnd = false;
this.allowResume = false;
this.modification = null;
this.modifierCount = 0;
this.modifierArg = null;
this.startCoords = null;
this.t0 = 0;
this.v0 = 0;
this.te = 0;
this.targetOffset = null;
this.modifiedOffset = null;
this.currentOffset = null;
this.lambda_v0 = 0;
this.one_ve_v0 = 0;
this.timeout = null;
}

@@ -76,0 +57,0 @@

{
"name": "@interactjs/inertia",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"peerDependencies": {
"@interactjs/core": "1.9.0",
"@interactjs/modifiers": "1.9.0",
"@interactjs/offset": "1.9.0",
"@interactjs/utils": "1.9.0"
"@interactjs/core": "1.9.1",
"@interactjs/modifiers": "1.9.1",
"@interactjs/offset": "1.9.1",
"@interactjs/utils": "1.9.1"
},
"devDependencies": {
"@interactjs/_dev": "1.9.0",
"@interactjs/actions": "1.9.0"
"@interactjs/_dev": "1.9.1",
"@interactjs/actions": "1.9.1"
},
"optionalDependencies": {
"@interactjs/interact": "1.9.0"
"@interactjs/interact": "1.9.1"
},

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

},
"gitHead": "cbd58434"
"gitHead": "523820c6"
}

@@ -9,3 +9,3 @@ import interact, { init } from "../../interact/index.js";

if (undefined !== 'production' && !interact.__warnedUseImport) {
if ("development" !== 'production' && !interact.__warnedUseImport) {
interact.__warnedUseImport = true; // eslint-disable-next-line no-console

@@ -12,0 +12,0 @@

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