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.110 to 1.0.111

4

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

@@ -75,5 +75,5 @@ "license": "MIT",

"dependencies": {
"dom-render": "^1.0.88",
"dom-render": "^1.0.89",
"simple-boot-core": "^1.0.32"
}
}

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

CookieService = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption])

@@ -52,0 +52,0 @@ ], CookieService);

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

HttpService = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [])

@@ -21,0 +21,0 @@ ], HttpService);

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

MetaTagService = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption])

@@ -50,0 +50,0 @@ ], MetaTagService);

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

Navigation = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption])

@@ -115,0 +115,0 @@ ], Navigation);

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

ScriptService = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [SimstanceManager_1.SimstanceManager])

@@ -37,0 +37,0 @@ ], ScriptService);

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

StorageService = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [SimFrontOption_1.SimFrontOption])

@@ -65,0 +65,0 @@ ], StorageService);

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

ViewService = __decorate([
(0, SimDecorator_1.Sim)(),
SimDecorator_1.Sim,
__metadata("design:paramtypes", [])

@@ -44,0 +44,0 @@ ], ViewService);

@@ -18,3 +18,3 @@ import { SimFrontOption } from './option/SimFrontOption';

navigation: Navigation;
domRendoerExcludeProxy: (typeof SimFrontOption | typeof SimstanceManager | typeof IntentManager | typeof RouterManager | typeof SimpleApplication | typeof Navigation | typeof HttpService)[];
domRendoerExcludeProxy: (typeof SimFrontOption | typeof SimstanceManager | typeof IntentManager | typeof RouterManager | typeof Navigation | typeof HttpService)[];
domRenderTargetElements: TargetElement[];

@@ -21,0 +21,0 @@ domRenderTargetAttrs: TargetAttr[];

@@ -213,2 +213,3 @@ "use strict";

var startEndPoint = RawSet_1.RawSet.createStartEndPoint(id, RawSetType_1.RawSetType.TARGET_ELEMENT, this.domRenderConfig);
target.innerHTML = '';
target.appendChild(startEndPoint.start);

@@ -215,0 +216,0 @@ target.insertAdjacentHTML('beforeend', this.getComponentInnerHtml(this.rootRouter, id));

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