Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-boot-front

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-boot-front - npm Package Compare versions

Comparing version 1.0.95 to 1.0.96

4

package.json
{
"name": "simple-boot-front",
"version": "1.0.95",
"version": "1.0.96",
"main": "SimpleApplication.js",

@@ -78,3 +78,3 @@ "license": "MIT",

"dependencies": {
"dom-render": "^1.0.63",
"dom-render": "^1.0.64",
"simple-boot-core": "^1.0.22",

@@ -81,0 +81,0 @@ "reflect-metadata": "^0.1.13"

@@ -9,3 +9,3 @@ ![Single Page Application Framworks](assets/banner.png)

# [📄 introduction page [link]](https://simple-boot-front.github.io)
- [https://simple-boot-front.github.io/#dom-render/introduction](https://simple-boot-front.github.io)
- [https://simple-boot-front.github.io](https://simple-boot-front.github.io)

@@ -12,0 +12,0 @@

@@ -83,2 +83,6 @@ "use strict";

targetAttrs: _this.domRenderTargetAttrs,
onElementInit: function (name, obj, rawSet, targetElement) {
var _a, _b, _c;
(_c = (_b = (_a = targetElement === null || targetElement === void 0 ? void 0 : targetElement.__render) === null || _a === void 0 ? void 0 : _a.component) === null || _b === void 0 ? void 0 : _b.onInit) === null || _c === void 0 ? void 0 : _c.call(_b);
},
onAttrInit: function (attrName, attrValue, obj) {

@@ -227,3 +231,7 @@ var _a, _b;

var component = (0, Component_1.getComponent)(val);
_this.domRenderTargetElements.push(RawSet_1.RawSet.createComponentTargetElement(name, function (e, o, r) { return _this.simstanceManager.newSim(val); }, component === null || component === void 0 ? void 0 : component.template, component === null || component === void 0 ? void 0 : component.styles, _this.domRenderConfig.scripts));
var items = RawSet_1.RawSet.createComponentTargetElement(name, function (e, o, r) {
var newSim = _this.simstanceManager.newSim(val);
return newSim;
}, component === null || component === void 0 ? void 0 : component.template, component === null || component === void 0 ? void 0 : component.styles, _this.domRenderConfig.scripts);
_this.domRenderTargetElements.push(items);
});

@@ -230,0 +238,0 @@ };

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