Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

realnet

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

realnet - npm Package Compare versions

Comparing version
0.0.113
to
0.0.114
+1
-1
PKG-INFO
Metadata-Version: 2.1
Name: realnet
Version: 0.0.113
Version: 0.0.114
Summary: Realnet command line interface

@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet

Metadata-Version: 2.1
Name: realnet
Version: 0.0.113
Version: 0.0.114
Summary: Realnet command line interface

@@ -5,0 +5,0 @@ Home-page: https://github.com/virtual-space/realnet

@@ -365,2 +365,60 @@ {

{
"name": "Menus",
"base": "App",
"attributes": {
"icon": "square",
"types": ["Menu"],
"query": {"types": ["Menu"]},
"views": [
{
"name": "Menus",
"type": "ListView"
}
],
"menu": [
{
"name": "Add Menu",
"type": "MenuItem",
"attributes": {
"icon": "add",
"form": "ItemCreateForm"
}
}
]
}
},
{
"name": "Menu",
"base": "Item"
},
{
"name": "Ingredients",
"base": "App",
"attributes": {
"icon": "square",
"types": ["Ingredient"],
"query": {"types": ["Ingredient"]},
"views": [
{
"name": "Ingredients",
"type": "ListView"
}
],
"menu": [
{
"name": "Add Ingredient",
"type": "MenuItem",
"attributes": {
"icon": "add",
"form": "ItemCreateForm"
}
}
]
}
},
{
"name": "Ingredient",
"base": "Item"
},
{
"name": "Expense",

@@ -492,6 +550,10 @@ "base": "Item"

{
"name": "Products",
"name": "Menus",
"type": "RoleApp"
},
{
"name": "Ingredients",
"type": "RoleApp"
},
{
"name": "Orders",

@@ -587,2 +649,10 @@ "type": "RoleApp"

{
"name": "Menus",
"type": "Menus"
},
{
"name": "Ingredients",
"type": "Ingredients"
},
{
"name": "Suppliers",

@@ -589,0 +659,0 @@ "type": "Suppliers"

@@ -13,3 +13,3 @@ import pathlib

name="realnet",
version="0.0.113",
version="0.0.114",
description="Realnet command line interface",

@@ -16,0 +16,0 @@ long_description=README,