You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
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.0.9
to
0.1.0
+1
-1
colabcode.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: colabcode
Version: 0.0.9
Version: 0.1.0
Summary: ColabCode - Run codeserver on Colab!

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

@@ -13,3 +13,3 @@ import os

EXTENSIONS = ["ms-python.python", "jithurjacob.nbpreviewer"]
EXTENSIONS = ["ms-python.python", "ms-toolsai.jupyter"]

@@ -16,0 +16,0 @@

Metadata-Version: 2.1
Name: colabcode
Version: 0.0.9
Version: 0.1.0
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.0.9",
version="0.1.0",
description="ColabCode - Run codeserver on Colab!",

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