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

aos-cube

Package Overview
Dependencies
Maintainers
1
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aos-cube - npm Package Compare versions

Comparing version
0.3.6
to
0.3.7
+1
-1
aos_cube.egg-info/PKG-INFO
Metadata-Version: 1.2
Name: aos-cube
Version: 0.3.6
Version: 0.3.7
Summary: aos commmand line tool for AliOS-Things development.

@@ -5,0 +5,0 @@ Home-page: UNKNOWN

import sys
__version__ = "0.3.6"
__version__ = "0.3.7"
__title__ = "aos-cube"

@@ -5,0 +5,0 @@ __description__ = (

@@ -53,3 +53,4 @@ import os

@click.option("-d", "--projectdir", required=True, help="The project directory")
def create_project(projectname, board, projectdir):
@click.option("-t", "--templateapp", help="Template application for creating project")
def create_project(projectname, board, projectdir, templateapp):
""" Create new project from template """

@@ -61,2 +62,4 @@ args = [projectname]

args += ["-d%s" % projectdir]
if templateapp:
args += ["-t%s" % templateapp]

@@ -63,0 +66,0 @@ if "AOS_SDK_PATH" not in os.environ:

@@ -207,3 +207,3 @@ import os

APP_UPDATE_MKFILE = "build/scripts/app_update_aosmk.py"
APP_GEN_INCLUDES = "build/scripts/app_gen_inlcudes.py"
APP_INCLUDES = "aos_comp_includes.json"
APP_GEN_INCLUDES = "build/scripts/app_gen_comp_index.py"
APP_INCLUDES = "aos_comp_index.json"
Metadata-Version: 1.2
Name: aos-cube
Version: 0.3.6
Version: 0.3.7
Summary: aos commmand line tool for AliOS-Things development.

@@ -5,0 +5,0 @@ Home-page: UNKNOWN