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.5.8
to
0.5.9
+1
-1
aos_cube.egg-info/PKG-INFO
Metadata-Version: 1.2
Name: aos-cube
Version: 0.5.8
Version: 0.5.9
Summary: aos commmand line tool for AliOS-Things development.

@@ -5,0 +5,0 @@ Home-page: https://pypi.org/project/aos-cube/

import sys, os
__version__ = "0.5.8"
__version__ = "0.5.9"
__title__ = "aos-cube"

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

@@ -346,3 +346,5 @@ import contextlib

sys_root = re.compile('^/$')
while os.path.isdir('./include/aos') == False and os.path.isdir('./kernel/rhino') == False and os.path.isdir('./include/core') == False and os.path.isdir('./core/rhino') == False:
while os.path.isdir('./include/aos') == False and os.path.isdir('./kernel/rhino') == False \
and os.path.isdir('./include/core') == False and os.path.isdir('./core/rhino') == False \
and os.path.isdir('./kernel/include/aos') == False and os.path.isdir('./kernel/core/rhino') == False:
if sys_root.match(os.getcwd()):

@@ -349,0 +351,0 @@ return 'fail', original_dir

Metadata-Version: 1.2
Name: aos-cube
Version: 0.5.8
Version: 0.5.9
Summary: aos commmand line tool for AliOS-Things development.

@@ -5,0 +5,0 @@ Home-page: https://pypi.org/project/aos-cube/