New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@replit/codemirror-interact

Package Overview
Dependencies
Maintainers
21
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/codemirror-interact - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

5

dist/index.js

@@ -170,2 +170,7 @@ import { Decoration, EditorView, ViewPlugin } from '@codemirror/view';

},
mouseleave(e, view) {
this.hovering = null;
this.dragging = null;
this.unhighlight();
},
keydown(e, view) {

@@ -172,0 +177,0 @@ if (!this.isModKeyDown(e))

6

package.json
{
"name": "@replit/codemirror-interact",
"description": "Interact with custom values",
"version": "6.0.1",
"version": "6.0.2",
"license": "MIT",

@@ -30,3 +30,3 @@ "author": {

"@codemirror/state": "^6.0.0",
"@codemirror/view": "6.0.0"
"@codemirror/view": "^6.0.0"
},

@@ -38,4 +38,4 @@ "devDependencies": {

"codemirror": "^6.0.0",
"vite": "^2.7.4"
"vite": "^3.0.0"
}
}

@@ -232,2 +232,8 @@ // TODO: don't use document.style.cursor

mouseleave(e, view) {
this.hovering = null;
this.dragging = null;
this.unhighlight();
},
keydown(e, view) {

@@ -234,0 +240,0 @@ if (!this.isModKeyDown(e)) return;

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