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.24 to 1.10.25

14

index.js

@@ -1,7 +0,13 @@

import { Scope } from "../core/scope.js";
const scope = new Scope();
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _scope = require("../core/scope.js");
const scope = new _scope.Scope();
const interact = scope.interactStatic;
export default interact;
const _global = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : this;
var _default = exports.default = interact;
const _global = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : void 0;
scope.init(_global);
//# sourceMappingURL=index.js.map

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

import{Scope as o}from"../core/scope.prod.js";const t=new o,e=t.interactStatic;export default e;const i="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:this;t.init(i);
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
{
"name": "@interactjs/interact",
"version": "1.10.24",
"version": "1.10.25",
"main": "index",

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

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

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

"license": "MIT",
"gitHead": "86c64a3f"
"gitHead": "ee3c52c4"
}

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