Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@contractkit/plugin-python

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contractkit/plugin-python - npm Package Compare versions

Comparing version
0.9.3
to
0.9.4
+4
-4
.turbo/turbo-build$colon$ci.log
> @contractkit/plugin-python@0.9.3 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
> @contractkit/plugin-python@0.9.4 build:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
> eslint --max-warnings=0 && pnpm run build
> @contractkit/plugin-python@0.9.3 build /home/runner/work/ContractKit/ContractKit/packages/plugin-python
> @contractkit/plugin-python@0.9.4 build /home/runner/work/ContractKit/ContractKit/packages/plugin-python
> tsup src/index.ts --format esm --sourcemap --dts && tsc --emitDeclarationOnly --declaration

@@ -16,5 +16,5 @@

ESM dist/index.js.map 76.54 KB
ESM ⚡️ Build success in 140ms
ESM ⚡️ Build success in 184ms
DTS Build start
DTS ⚡️ Build success in 3828ms
DTS ⚡️ Build success in 4343ms
DTS dist/index.d.ts 801.00 B
> @contractkit/plugin-python@0.9.3 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
> @contractkit/plugin-python@0.9.4 test:ci /home/runner/work/ContractKit/ContractKit/packages/plugin-python
> vitest run --coverage

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

✓ tests/codegen-models.test.ts (32 tests) 92ms
✓ tests/codegen-client.test.ts (27 tests) 133ms
✓ tests/codegen-models.test.ts (32 tests) 130ms
✓ tests/codegen-client.test.ts (27 tests) 63ms
 Test Files  2 passed (2)
 Tests  59 passed (59)
 Start at  18:49:08
 Duration  5.24s (transform 1.60s, setup 0ms, import 6.83s, tests 225ms, environment 7ms)
 Start at  12:37:07
 Duration  4.97s (transform 1.83s, setup 0ms, import 7.12s, tests 193ms, environment 0ms)

@@ -18,0 +18,0 @@  % Coverage report from v8

# @contractkit/contractkit-plugin-python
## 0.9.4
### Patch Changes
- Updated dependencies [a9e9ec0]
- @contractkit/core@0.14.0
## 0.9.3

@@ -4,0 +11,0 @@

<?xml version="1.0" encoding="UTF-8"?>
<coverage generated="1777661353549" clover="3.2.0">
<project timestamp="1777661353549" name="All files">
<coverage generated="1778071032453" clover="3.2.0">
<project timestamp="1778071032453" name="All files">
<metrics statements="538" coveredstatements="456" conditionals="416" coveredconditionals="320" methods="91" coveredmethods="78" elements="1045" coveredelements="854" complexity="0" loc="538" ncloc="538" packages="2" files="3" classes="3"/>

@@ -5,0 +5,0 @@ <package name="src">

@@ -119,3 +119,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-01T18:49:13.518Z
at 2026-05-06T12:37:12.412Z
</div>

@@ -122,0 +122,0 @@ <script src="prettify.js"></script>

@@ -1348,3 +1348,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-01T18:49:13.518Z
at 2026-05-06T12:37:12.412Z
</div>

@@ -1351,0 +1351,0 @@ <script src="../prettify.js"></script>

@@ -119,3 +119,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-01T18:49:13.518Z
at 2026-05-06T12:37:12.412Z
</div>

@@ -122,0 +122,0 @@ <script src="../prettify.js"></script>

@@ -655,3 +655,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-01T18:49:13.518Z
at 2026-05-06T12:37:12.412Z
</div>

@@ -658,0 +658,0 @@ <script src="../prettify.js"></script>

@@ -104,3 +104,3 @@

<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
at 2026-05-01T18:49:13.518Z
at 2026-05-06T12:37:12.412Z
</div>

@@ -107,0 +107,0 @@ <script src="../prettify.js"></script>

{
"name": "@contractkit/plugin-python",
"version": "0.9.3",
"version": "0.9.4",
"description": "ContractKit built-in plugin: Python SDK client generation (Pydantic v2 + httpx)",

@@ -29,3 +29,3 @@ "author": {

"dependencies": {
"@contractkit/core": "0.13.0"
"@contractkit/core": "0.14.0"
},

@@ -32,0 +32,0 @@ "devDependencies": {

Sorry, the diff of this file is too big to display