🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@if-lowo/runtime-vue

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@if-lowo/runtime-vue - npm Package Compare versions

Comparing version
0.1.0-alpha.0
to
1.0.0
+1
-0
dist/index.js

@@ -53,2 +53,3 @@ // src/createVueRenderer.ts

style.flexWrap = "wrap";
if (node.layout) style.gap = px(node.layout.gap);
style.alignContent = "flex-start";

@@ -55,0 +56,0 @@ style.boxSizing = "border-box";

+3
-3
{
"name": "@if-lowo/runtime-vue",
"version": "0.1.0-alpha.0",
"version": "1.0.0",
"type": "module",

@@ -28,5 +28,5 @@ "main": "./dist/index.js",

"dependencies": {
"@if-lowo/runtime": "^0.1.0-alpha.0",
"@if-lowo/schema": "^0.1.0-alpha.0"
"@if-lowo/runtime": "^1.0.0",
"@if-lowo/schema": "^1.0.0"
}
}