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.14 to 1.10.15

1

index.d.ts

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

export * from '@interactjs/core/types';
declare const interact: import("@interactjs/core/InteractStatic").InteractStatic;
export default interact;
import { Scope } from "../core/scope.js";
export * from "../core/types.js";
const scope = new Scope();

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

2

index.prod.js

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

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);
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.14",
"version": "1.10.15",
"main": "index",
"module": "index",
"_typings": "typings.d.ts",
"repository": {

@@ -12,5 +13,5 @@ "type": "git",

"dependencies": {
"@interactjs/core": "1.10.14",
"@interactjs/types": "1.10.14",
"@interactjs/utils": "1.10.14"
"@interactjs/core": "1.10.15",
"@interactjs/types": "1.10.15",
"@interactjs/utils": "1.10.15"
},

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