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.6
to
1.1.7
+1
-1
bafcode.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: bafcode
Version: 1.1.6
Version: 1.1.7
Summary: BafCode Framework CLI

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

@@ -24,9 +24,9 @@

YOUR_API_ENDPOINT = "https://fakerapi.it/api/v1/texts?_quantity=1&_characters=500" # Placeholder email API endpoint
# YOUR_API_ENDPOINT = "https://fakerapi.it/api/v1/texts?_quantity=1&_characters=500" # Placeholder email API endpoint
logger = BafLog
class {api_name}API:
def process(your_parameters):
def process(task, data):
response = requests.get(YOUR_API_ENDPOINT, params=your_parameters)
response = requests.get('YOUR_API_ENDPOINT', params=data)

@@ -33,0 +33,0 @@ # Handle API response

@@ -34,3 +34,3 @@

def process(self,message,prompt):
def process(self,message,prompt,data):

@@ -37,0 +37,0 @@ if not prompt:

@@ -32,3 +32,3 @@

def execute(self, data):
def execute(self,task, data):
# Process data here

@@ -35,0 +35,0 @@ response = {tool_name}API.process(data)

Metadata-Version: 2.1
Name: bafcode
Version: 1.1.6
Version: 1.1.7
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.6",
version="1.1.7",
packages=find_packages(),

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