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.12 to 1.10.13

index.d.ts

1

index.js
import { Scope } from "../core/scope.js";
export * from "../core/types.js";
const scope = new Scope();

@@ -3,0 +4,0 @@ const interact = scope.interactStatic;

2

index.prod.js

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

@@ -12,5 +12,5 @@ "module": "index",

"dependencies": {
"@interactjs/core": "1.10.12",
"@interactjs/types": "1.10.12",
"@interactjs/utils": "1.10.12"
"@interactjs/core": "1.10.13",
"@interactjs/types": "1.10.13",
"@interactjs/utils": "1.10.13"
},

@@ -17,0 +17,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