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

colabcode

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

colabcode - pypi Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
colabcode.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: colabcode
Version: 0.1.0
Version: 0.1.1
Summary: ColabCode - Run codeserver on Colab!

@@ -5,0 +5,0 @@ Home-page: https://github.com/abhishekkrthakur/colabcode

@@ -14,2 +14,3 @@ import os

EXTENSIONS = ["ms-python.python", "ms-toolsai.jupyter"]
CODESERVER_VERSION = "3.7.4"

@@ -32,3 +33,6 @@

)
subprocess.run(["sh", "install.sh"], stdout=subprocess.PIPE)
subprocess.run(
["sh", "install.sh", "--version", f"{CODESERVER_VERSION}"],
stdout=subprocess.PIPE,
)

@@ -66,2 +70,1 @@ def _install_extensions(self):

print(line, end="")
Metadata-Version: 2.1
Name: colabcode
Version: 0.1.0
Version: 0.1.1
Summary: ColabCode - Run codeserver on Colab!

@@ -5,0 +5,0 @@ Home-page: https://github.com/abhishekkrthakur/colabcode

@@ -12,3 +12,3 @@ from setuptools import setup, Extension

scripts=["scripts/colabcode"],
version="0.1.0",
version="0.1.1",
description="ColabCode - Run codeserver on Colab!",

@@ -15,0 +15,0 @@ long_description=long_description,