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.115 to 1.0.116

1

decorators/Component.d.ts

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

styles?: (string)[];
using?: (ConstructorType<any>)[];
}

@@ -10,0 +9,0 @@ export declare const ComponentMetadataKey: unique symbol;

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

name?: string;
using?: (ConstructorType<any>)[];
}

@@ -9,0 +8,0 @@ export declare const ScriptMetadataKey: unique symbol;

4

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

@@ -76,4 +76,4 @@ "license": "MIT",

"dom-render": "^1.0.92",
"simple-boot-core": "^1.0.38"
"simple-boot-core": "^1.0.40"
}
}

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

```typescript
@Sim()
@Sim
@Component({

@@ -69,3 +69,3 @@ template: '<div>home</div>'

```typescript
@Sim()
@Sim
@Component({

@@ -97,3 +97,3 @@ template: '<div>user</div>'

<main>
<router component="this.child"></router>
<router dr-this="this.child" dr-this:type="outlet" dr-strip="false"></router>
</main>

@@ -122,3 +122,3 @@ <footer>

import style from './index.css'
@Sim()
@Sim
@Router({

@@ -172,3 +172,3 @@ path: '',

import style from './index.css'
@Sim()
@Sim
@Component({

@@ -207,3 +207,3 @@ selector: 'index', // default class name LowerCase

import style from './index.css'
@Sim()
@Sim
@Router({

@@ -210,0 +210,0 @@ path: '',

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