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.103 to 1.0.104

0

decorators/Component.d.ts

@@ -0,0 +0,0 @@ import { ConstructorType, GenericClassDecorator } from 'simple-boot-core/types/Types';

@@ -0,0 +0,0 @@ "use strict";

export declare enum InjectFrontSituationType {
OPENER = "SIMPLE_BOOT_FRONT://OPENER"
}

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ConstructorType, GenericClassDecorator } from 'simple-boot-core/types/Types';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare abstract class Fetcher {

@@ -0,0 +0,0 @@ "use strict";

export interface onChangedRender {
onChangedRender(): void;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export interface OnDestroy {
onDestroy(): void;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export interface OnFinish {
onFinish(): void;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { RawSet } from 'dom-render/RawSet';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
export interface OnInitedChild {
onInitedChild(): void;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

@@ -0,0 +0,0 @@ import { SimOption } from 'simple-boot-core/SimOption';

@@ -0,0 +0,0 @@ "use strict";

17

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

@@ -52,12 +52,7 @@ "license": "MIT",

"build": "rm -rf dist && tsc --outDir dist --declarationDir dist",
"dev:serve": "npm run serve --workspace=dev",
"dev-onepage:serve": "npm run serve --workspace=dev-onepage",
"npm-build": "rm -rf dist && tsc --outDir dist --declarationDir dist && cp package-prod.json dist/package.json && cp README.MD dist",
"npm-build": "rm -rf dist && mkdir dist && cp package-prod.json dist/package.json && cp README.MD dist && tsc --outDir dist --declarationDir dist",
"npm-publish": "npm run npm-build && npm publish ./dist",
"tsc": "tsc",
"setting:root-dist": "rm -rf ../dist-simple-boot-front && mkdirp ../dist-simple-boot-front && cp package-root-dist.json ../dist-simple-boot-front/package.json",
"tsc:root-dist": "npm run setting:root-dist && tsc --outDir ../dist-simple-boot-front --declarationDir ../dist-simple-boot-front",
"tsc:watch": "rm -rf ./dist && mkdir dist && cp package.json dist && tsc --watch --sourceMap true",
"tsc:watch:root-dist": "npm run setting:root-dist && tsc --outDir ../dist-simple-boot-front --declarationDir ../dist-simple-boot-front --watch --sourceMap true",
"tsc:watch:dev": "rm -rf ./dist && mkdir dist && cp package-dev.json dist && tsc --watch --sourceMap true",
"tsc:watch": "rm -rf ./dist && mkdir dist && cp package.json dist && tsc --watch --outDir dist --declarationDir dist --sourceMap true",
"build:ts:watch": "rm -rf ./dist && mkdir dist && cp package-prod.json dist/package.json && tsc --watch --outDir dist --declarationDir dist --sourceMap true",
"test": "jest --detectOpenHandles --forceExit"

@@ -81,5 +76,5 @@ },

"dependencies": {
"dom-render": "^1.0.73",
"simple-boot-core": "^1.0.29"
"dom-render": "^1.0.75",
"simple-boot-core": "^1.0.30"
}
}

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

@@ -0,0 +0,0 @@ import { Runnable } from 'simple-boot-core/run/Runnable';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

export declare class HttpService {
constructor();
}

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { ScriptRunnable } from '../script/ScriptRunnable';

@@ -0,0 +0,0 @@ "use strict";

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

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class View<T extends Element> {

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { View } from '../../service/view/View';

@@ -0,0 +0,0 @@ "use strict";

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

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

return newSim;
}, component === null || component === void 0 ? void 0 : component.template, component === null || component === void 0 ? void 0 : component.styles, _this.domRenderConfig);
}, component === null || component === void 0 ? void 0 : component.template, component === null || component === void 0 ? void 0 : component.styles, false, _this.domRenderConfig);
_this.domRenderTargetElements.push(items);

@@ -327,0 +327,0 @@ });

@@ -0,0 +0,0 @@ import { SimError } from 'simple-boot-core/throwable/SimError';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RouterError } from './RouterError';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { RouterError } from './RouterError';

@@ -0,0 +0,0 @@ "use strict";

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