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

@omegagrid/code

Package Overview
Dependencies
Maintainers
0
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@omegagrid/code - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

4

dist/components/code.js

@@ -75,3 +75,3 @@ "use strict";

this.editor.onDidChangeModelContent(e => {
if (!this.preventChangeEvent)
if (!this.preventChangeEvent) {
this.dispatchEvent(new CodeEvent('change', {

@@ -81,2 +81,4 @@ editor: this.editor,

}));
this.dispatchEvent(new core_1.events.ChangeEvent({ value: this.editor.getModel() }));
}
else

@@ -83,0 +85,0 @@ this.preventChangeEvent = false;

{
"name": "@omegagrid/code",
"version": "0.4.1",
"version": "0.4.2",
"license": "UNLICENSED",

@@ -31,5 +31,5 @@ "description": "Monaco editor webcomponent",

"@fortawesome/fontawesome-svg-core": "6.4.2",
"@omegagrid/core": "^0.4.1",
"@omegagrid/localize": "^0.4.1",
"@omegagrid/tree": "^0.4.1",
"@omegagrid/core": "^0.4.2",
"@omegagrid/localize": "^0.4.2",
"@omegagrid/tree": "^0.4.2",
"@riovir/wc-fontawesome": "^0.1.9",

@@ -36,0 +36,0 @@ "lit": "^3.1.1",

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