Socket
Socket
Sign inDemoInstall

@interactjs/auto-start

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

Comparing version 1.9.0 to 1.9.1

base.min.js

2

base.js
import * as utils from "../utils/index.js";
import InteractableMethods from "./InteractableMethods.js";
import InteractableMethods from "InteractableMethods.js";

@@ -4,0 +4,0 @@ function install(scope) {

import { parentNode } from "../utils/domUtils.js";
import * as is from "../utils/is.js";
import autoStart from "./base.js";
import autoStart from "base.js";

@@ -5,0 +5,0 @@ function beforeStart({

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

import basePlugin from "./base.js";
import basePlugin from "base.js";

@@ -3,0 +3,0 @@ function install(scope) {

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

import autoStart from "./base.js";
import dragAxis from "./dragAxis.js";
import hold from "./hold.js";
import autoStart from "base.js";
import dragAxis from "dragAxis.js";
import hold from "hold.js";
export default {

@@ -5,0 +5,0 @@ id: 'auto-start',

{
"name": "@interactjs/auto-start",
"version": "1.9.0",
"version": "1.9.1",
"license": "MIT",
"peerDependencies": {
"@interactjs/core": "1.9.0",
"@interactjs/utils": "1.9.0"
"@interactjs/core": "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"
},

@@ -19,3 +19,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

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