Socket
Socket
Sign inDemoInstall

@interactjs/interact

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

Comparing version 1.10.25 to 1.10.26

22

index.js

@@ -1,13 +0,15 @@

"use strict";
/**
* interact.js 1.10.26
*
* Copyright (c) 2012-present Taye Adeyemi <dev@taye.me>
* Released under the MIT License.
* https://raw.github.com/taye/interact.js/main/LICENSE
*/
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _scope = require("../core/scope.js");
const scope = new _scope.Scope();
import { Scope } from "../core/scope.js";
const scope = new Scope();
const interact = scope.interactStatic;
var _default = exports.default = interact;
const _global = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : void 0;
const _global = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : window;
scope.init(_global);
//# sourceMappingURL=index.js.map
export { interact as default };
//# sourceMappingURL=index.js.map

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

Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=void 0;const e=new(require("../core/scope.prod.js").Scope),o=e.interactStatic;exports.default=o;const t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:void 0;e.init(t);
//# sourceMappingURL=index.prod.js.map
/* interact.js 1.10.26 | https://raw.github.com/taye/interact.js/main/LICENSE */
import{Scope}from"../core/scope.prod.js";const scope=new Scope,interact=scope.interactStatic,_global="undefined"!=typeof globalThis?globalThis:window;scope.init(_global);export{interact as default};
//# sourceMappingURL=index.prod.js.map
{
"name": "@interactjs/interact",
"version": "1.10.25",
"version": "1.10.26",
"main": "index",

@@ -13,4 +13,4 @@ "module": "index",

"dependencies": {
"@interactjs/core": "1.10.25",
"@interactjs/utils": "1.10.25"
"@interactjs/core": "1.10.26",
"@interactjs/utils": "1.10.26"
},

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

"license": "MIT",
"gitHead": "ee3c52c4"
"gitHead": "6e7a136f"
}

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