Socket
Socket
Sign inDemoInstall

@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.2.7 to 4.2.8

4

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

@@ -9,3 +9,3 @@ "main": "dist/vido.js",

"scripts": {
"build": "tsc -p ./tsconfig.json && rollup -c",
"build": "tsc -p ./tsconfig.types.json && tsc -p ./tsconfig.json && rollup -c",
"types": "tsc -p ./tsconfig.types.json",

@@ -12,0 +12,0 @@ "autobuild": "rollup -c -w",

@@ -6,1 +6,2 @@ declare class Action {

export { Action };
//# sourceMappingURL=Action.d.ts.map

@@ -9,1 +9,2 @@ import { AttributePart } from 'lit-html/directive.js';

};
//# sourceMappingURL=ActionsCollector.d.ts.map

@@ -14,1 +14,2 @@ import { AttributePart, Directive } from 'lit-html/directive.js';

export default detach;
//# sourceMappingURL=Detach.d.ts.map

@@ -6,1 +6,2 @@ import { AttributePart, Directive } from 'lit-html/directive.js';

}
//# sourceMappingURL=GetElement.d.ts.map

@@ -25,1 +25,2 @@ /**

export default _default;
//# sourceMappingURL=helpers.d.ts.map

@@ -16,1 +16,2 @@ import { AnyVido, htmlResult } from './vido';

};
//# sourceMappingURL=InternalComponentMethods.d.ts.map

@@ -63,1 +63,2 @@ import Action from './Action';

}
//# sourceMappingURL=PointerAction.d.ts.map

@@ -31,1 +31,2 @@ import { AnyVido } from './vido';

};
//# sourceMappingURL=PublicComponentMethods.d.ts.map

@@ -22,1 +22,2 @@ import { ComponentInstance, Component, AnyVido } from './vido';

}
//# sourceMappingURL=Slots.d.ts.map

@@ -18,1 +18,2 @@ import { AttributePart } from 'lit-html/directive.js';

}
//# sourceMappingURL=StyleMap.d.ts.map

@@ -139,1 +139,2 @@ import { html, svg } from 'lit-html';

export { vido, lithtml, lit, Action, schedule, detach, styleMap, StyleMap, classMap, PointerAction, asyncAppend, asyncReplace, cache, guard, ifDefined, repeat, unsafeHTML, until, when, choose, map, join, range, keyed, templateContent, unsafeSVG, ref, Slots, helpers, ClassInfo, StyleInfo, htmlResult, UpdateTemplate, Component, ComponentInstance, CreateAppConfig, OnChangeCallback, Callback, GetPropsFn, AnyVido, };
//# sourceMappingURL=vido.d.ts.map
import Vido from './vido';
export default Vido;
//# sourceMappingURL=vido.umd.d.ts.map

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