Socket
Socket
Sign inDemoInstall

mini-van-plate

Package Overview
Dependencies
0
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.4.0-rc.1 to 0.4.0-rc.2

2

package.json
{
"name": "mini-van-plate",
"version": "0.4.0-rc.1",
"version": "0.4.0-rc.2",
"description": "A minimalist template engine for DOM generation and manipulation, working for both client-side and server-side rendering",

@@ -5,0 +5,0 @@ "files": [

@@ -12,3 +12,3 @@ export interface State<T> {

export type PropValue = Primitive | null
export type PropValue = Primitive | ((e: any) => void) | null

@@ -15,0 +15,0 @@ export type Props = Record<string, PropValue | StateView<PropValue> | (() => PropValue)>

@@ -12,3 +12,3 @@ export interface State<T> {

export type PropValue = Primitive | null
export type PropValue = Primitive | ((e: any) => void) | null

@@ -15,0 +15,0 @@ export type Props = Record<string, PropValue | StateView<PropValue> | (() => PropValue)>

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc