Socket
Socket
Sign inDemoInstall

@interactjs/snappers

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/snappers - npm Package Compare versions

Comparing version 1.10.8 to 1.10.9

7

index.js
/* eslint-disable import/order, no-console, eol-last */
import interact, { init } from "../interact/index.js";
import interact from "../interact/index.js";
import plugin from "./plugin.js";
if (typeof window === 'object' && !!window) {
init(window);
}
interact.use(plugin);
//# sourceMappingURL=index.js.map

2

index.prod.js

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

import o,{init as i}from"../interact/index.prod.js";import r from"./plugin.prod.js";"object"==typeof window&&window&&i(window),o.use(r);
import r from"../interact/index.prod.js";import o from"./plugin.prod.js";r.use(o);
//# sourceMappingURL=index.prod.js.map
{
"name": "@interactjs/snappers",
"version": "1.10.8",
"version": "1.10.9",
"main": "index",
"module": "index",
"peerDependencies": {
"@interactjs/utils": "1.10.8"
"@interactjs/utils": "1.10.9"
},
"optionalDependencies": {
"@interactjs/interact": "1.10.8"
"@interactjs/interact": "1.10.9"
},

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