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.8 to 1.10.9

7

index.js

@@ -5,7 +5,6 @@ import { Scope } from "../core/scope.js";

export default interact;
export const init = win => scope.init(win);
if (typeof window === 'object' && !!window) {
init(window);
}
const _global = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : this;
scope.init(_global);
//# sourceMappingURL=index.js.map

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

import{Scope as t}from"../core/scope.prod.js";const o=new t,i=o.interactStatic;export default i;export const init=t=>o.init(t);var n;"object"==typeof window&&window&&(n=window,o.init(n));
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);
//# sourceMappingURL=index.prod.js.map
{
"name": "@interactjs/interact",
"version": "1.10.8",
"version": "1.10.9",
"main": "index",
"module": "index",
"dependencies": {
"@interactjs/core": "1.10.8",
"@interactjs/types": "1.10.8",
"@interactjs/utils": "1.10.8"
"@interactjs/core": "1.10.9",
"@interactjs/types": "1.10.9",
"@interactjs/utils": "1.10.9"
},

@@ -9,0 +11,0 @@ "publishConfig": {

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