Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bjia56/portable-python

Package Overview
Dependencies
Maintainers
0
Versions
118
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bjia56/portable-python - npm Package Compare versions

Comparing version 0.1.99 to 0.1.100

5

dist/cpython.js

@@ -15,2 +15,7 @@ "use strict";

}
if ((0, os_1.platform)() == "sunos") {
const versionString = (0, os_1.version)();
const versionMajor = parseInt(versionString.split(".")[0]);
return `solaris${versionMajor}`;
}
return (0, os_1.platform)();

@@ -17,0 +22,0 @@ })();

4

package.json
{
"name": "@bjia56/portable-python",
"version": "0.1.99",
"version": "0.1.100",
"description": "Portable Python",

@@ -75,3 +75,3 @@ "main": "./dist/index.js",

"3.12.5": "v3.12.5-build.0",
"3.9.20": "cpython-v3.9.20-beta.0",
"3.9.20": "cpython-v3.9.20-build.1",
"3.10.15": "cpython-v3.10.15-beta.0",

@@ -78,0 +78,0 @@ "3.11.10": "cpython-v3.11.10-beta.0",

@@ -15,2 +15,3 @@ # portable-python

- `npm i @bjia56/portable-python-3.12`
- `npm i @bjia56/portable-python-3.13`

@@ -41,7 +42,8 @@ For example, on Linux via bash:

Currently, CPython 3.9, 3.10, 3.11, and 3.12 are built for the following targets:
- Linux x86_64, i386, aarch64, arm <sup id="a1">[1](#f1)</sup>, riscv64, s390x, loongarch64 (glibc)
Currently, CPython 3.9, 3.10, 3.11, 3.12, and 3.13 are built for the following targets:
- Linux x86_64, i386, aarch64, arm <sup id="a1">[1](#f1)</sup>, riscv64, s390x, loongarch64, powerpc64le (glibc)
- Windows x86_64 <sup id="a2">[2](#f2)</sup>
- MacOS x86_64, arm64 <sup id="a3">[3](#f3)</sup>
- FreeBSD 13, 14, 15 x86_64
- Solaris 11 x86_64
- Cosmopolitan libc <sup id="a4">[4](#f4)</sup>

@@ -60,2 +62,3 @@

| loongarch64 | 2.36 |
| powerpc64le | 2.19 |

@@ -62,0 +65,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc