Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@neuronet.io/vido

Package Overview
Dependencies
Maintainers
1
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neuronet.io/vido - npm Package Compare versions

Comparing version 4.0.2 to 4.0.3

2

dist/vido.esm.js

@@ -1,2 +0,2 @@

export { PropertiesHyphenFallback as CSSProp } from 'csstype';
export { PropertiesHyphenFallback as CSSProps } from 'csstype';

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

export{PropertiesHyphenFallback as CSSProp}from"csstype";
export{PropertiesHyphenFallback as CSSProps}from"csstype";
/**

@@ -3,0 +3,0 @@ * @license

{
"name": "@neuronet.io/vido",
"version": "4.0.2",
"version": "4.0.3",
"description": "Compilation-less and eval free frontend framework for fast scalable apps.",

@@ -5,0 +5,0 @@ "main": "dist/vido.umd.min.js",

@@ -24,3 +24,3 @@ import { render, html, svg } from 'lit-html';

import helpers from './helpers';
import { PropertiesHyphenFallback as CSSProp } from 'csstype';
import { PropertiesHyphenFallback as CSSProps } from 'csstype';

@@ -448,3 +448,3 @@ import * as lithtml from 'lit-html';

helpers,
CSSProp,
CSSProps,
};

@@ -19,3 +19,3 @@ import { directive, Directive } from 'lit-html/directive';

import helpers from './helpers';
import { PropertiesHyphenFallback as CSSProp } from 'csstype';
import { PropertiesHyphenFallback as CSSProps } from 'csstype';
import * as lithtml from 'lit-html';

@@ -76,2 +76,2 @@ export declare type htmlResult = lithtml.TemplateResult | lithtml.TemplateResult[] | lithtml.SVGTemplateResult | lithtml.SVGTemplateResult[] | undefined | null;

export default function Vido<State, Api>(state: State, api: Api): vido<State, Api>;
export { lithtml, Action, Directive, schedule, detach, styleMap, classMap, PointerAction, asyncAppend, asyncReplace, cache, guard, ifDefined, repeat, unsafeHTML, until, Slots, helpers, CSSProp, };
export { lithtml, Action, Directive, schedule, detach, styleMap, classMap, PointerAction, asyncAppend, asyncReplace, cache, guard, ifDefined, repeat, unsafeHTML, until, Slots, helpers, CSSProps, };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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