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

bafcode

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bafcode - npm Package Compare versions

Comparing version
1.1.4
to
1.1.5
+1
-1
bafcode.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: bafcode
Version: 1.1.4
Version: 1.1.5
Summary: BafCode Framework CLI

@@ -5,0 +5,0 @@ Home-page: https://github.com/aitelabranding/bafcode_cli

@@ -7,5 +7,5 @@ import subprocess

try:
# Cloning the git repository
print("Cloning the BafCode repository...")
subprocess.check_call(['git', 'clone', 'https://github.com/aitelabrandig/bafcode.git'])
# Cloning the git repository into a directory with a custom name
print(f"Cloning the BafCode repository into {project_name}...")
subprocess.check_call(['git', 'clone', 'https://github.com/aitelabrandig/bafcode.git', project_name])
print("Cloning completed successfully!")

@@ -16,12 +16,4 @@

return
try:
# Rename the cloned repository to the project_name
print(f"Renaming the cloned repository to {project_name}...")
os.rename('bafcode', project_name)
print("Renaming completed successfully!")
except OSError:
print(f"Error: Failed to rename the cloned repository to {project_name}.")
return
try:

@@ -28,0 +20,0 @@ # Installing the requirements

Metadata-Version: 2.1
Name: bafcode
Version: 1.1.4
Version: 1.1.5
Summary: BafCode Framework CLI

@@ -5,0 +5,0 @@ Home-page: https://github.com/aitelabranding/bafcode_cli

@@ -5,3 +5,3 @@ from setuptools import setup, find_packages

name="bafcode",
version="1.1.4",
version="1.1.5",
packages=find_packages(),

@@ -8,0 +8,0 @@ install_requires=[