Socket
Socket
Sign inDemoInstall

sprotty

Package Overview
Dependencies
5
Maintainers
3
Versions
236
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0-next.35131d76 to 0.5.0-next.41d3656d

4

lib/lib/html-views.js

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

Object.defineProperty(exports, "__esModule", { value: true });
/** @jsx svg */
/** @jsx html */
var snabbdom_jsx_1 = require("snabbdom-jsx");

@@ -17,3 +17,3 @@ var vnode_utils_1 = require("../base/views/vnode-utils");

HtmlRootView.prototype.render = function (model, context) {
var root = snabbdom_jsx_1.svg("div", null, context.renderChildren(model));
var root = snabbdom_jsx_1.html("div", null, context.renderChildren(model));
for (var _i = 0, _a = model.classes; _i < _a.length; _i++) {

@@ -20,0 +20,0 @@ var c = _a[_i];

{
"name": "sprotty",
"version": "0.5.0-next.35131d76",
"version": "0.5.0-next.41d3656d",
"description": "A next-gen framework for graphical views",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc