Socket
Socket
Sign inDemoInstall

@interactjs/dev-tools

Package Overview
Dependencies
Maintainers
2
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@interactjs/dev-tools - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

6

index.js

@@ -7,8 +7,2 @@ /* eslint-disable import/order, no-console, eol-last */

init(window);
} // eslint-disable-next-line no-undef
if (("development" !== 'production' || true) && !interact.__warnedUseImport) {
interact.__warnedUseImport = true;
console.warn('[interact.js] The "@interactjs/*/index" packages are not quite stable yet. Use them with caution.');
}

@@ -15,0 +9,0 @@

2

index.prod.js

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

import e,{init as t}from"../interact/index.prod.js";import o from"./plugin.prod.js";"object"==typeof window&&window&&t(window),e.__warnedUseImport||(e.__warnedUseImport=!0,console.warn('[interact.js] The "@interactjs/*/index" packages are not quite stable yet. Use them with caution.')),e.use(o);
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);
//# sourceMappingURL=index.prod.js.map
{
"name": "@interactjs/dev-tools",
"version": "1.10.0",
"version": "1.10.1",
"license": "MIT",
"dependencies": {
"@interactjs/utils": "1.10.0"
"@interactjs/utils": "1.10.1"
},
"optionalDependencies": {
"@interactjs/interact": "1.10.0"
"@interactjs/interact": "1.10.1"
},

@@ -11,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