New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.116 to 1.0.117

2

lifecycle/OnInit.d.ts
import { RawSet } from 'dom-render/rawsets/RawSet';
export declare type OnInitParameter = {
export type OnInitParameter = {
makerObj: any;

@@ -4,0 +4,0 @@ rawSet: RawSet;

{
"name": "simple-boot-front",
"version": "1.0.116",
"version": "1.0.117",
"main": "SimpleApplication.js",

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

"dependencies": {
"dom-render": "^1.0.92",
"dom-render": "^1.0.93",
"simple-boot-core": "^1.0.40"
}
}

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

writeRootRouter(): SimAtomic<any>;
goRouting(url: string): Promise<RouterModule<SimAtomic<Object>, any>>;
goRouting(url: string): Promise<RouterModule<SimAtomic<object>, any>>;
runRouting(otherInstanceSim?: Map<ConstructorType<any>, any>, url?: string): Promise<RouterModule<SimAtomic<Object>, any> | undefined>;

@@ -31,0 +31,0 @@ run(otherInstanceSim?: Map<ConstructorType<any>, any>, url?: string): SimstanceManager;

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

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -109,2 +109,3 @@ if (y = 0, t) op = [op[0] & 2, t.value];

}],
eventVariables: {},
proxyExcludeTyps: _this.domRendoerExcludeProxy,

@@ -157,2 +158,6 @@ operatorAround: {

this.navigation = this.simstanceManager.getOrNewSim(Navigation_1.Navigation);
this.domRenderConfig.eventVariables = {
$router: this.navigation,
$application: this
};
this.initWriteRootRouter();

@@ -159,0 +164,0 @@ this.option.window.addEventListener('intent', function (event) {

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