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.114 to 1.0.115

2

decorators/Script.d.ts

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

export declare const ScriptMetadataKey: unique symbol;
export declare const Script: (config?: ScriptConfig | undefined) => GenericClassDecorator<ConstructorType<ScriptRunnable>>;
export declare const Script: (config?: ScriptConfig) => GenericClassDecorator<ConstructorType<ScriptRunnable>>;
export declare const getScript: (target: ConstructorType<any> | Function | any) => ScriptConfig | undefined;
{
"name": "simple-boot-front",
"version": "1.0.114",
"version": "1.0.115",
"main": "SimpleApplication.js",

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

"dependencies": {
"dom-render": "^1.0.91",
"simple-boot-core": "^1.0.35"
"dom-render": "^1.0.92",
"simple-boot-core": "^1.0.38"
}
}

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

var template = (_b = component === null || component === void 0 ? void 0 : component.template) !== null && _b !== void 0 ? _b : '';
return new ComponentSet_1.ComponentSet(operatorExecutor, template, styles, { objPath: null });
return new ComponentSet_1.ComponentSet(data, template, styles, { objPath: null });
}

@@ -121,0 +121,0 @@ else {

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