Socket
Book a DemoSign in
Socket

@typescript/native-preview

Package Overview
Dependencies
Maintainers
6
Versions
305
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript/native-preview - npm Package Compare versions

Comparing version
7.0.0-dev.20260327.2
to
7.0.0-dev.20260328.1
+2
-2
bin/tsgo.js

@@ -8,3 +8,3 @@ #!/usr/bin/env node

if (typeof process.execve === "function") {
if (process.platform !== "win32" && typeof process.execve === "function") {
// > v22.15.0

@@ -15,3 +15,3 @@ try {

catch {
// not available on windows, ignore the error and fallback
// may not be available, ignore the error and fallback
}

@@ -18,0 +18,0 @@ }

{
"name": "@typescript/native-preview",
"version": "7.0.0-dev.20260327.2",
"version": "7.0.0-dev.20260328.1",
"license": "Apache-2.0",

@@ -37,12 +37,12 @@ "author": "Microsoft Corp.",

},
"gitHead": "025d5aa3913ad54c5eae6be37677d3b85f783fd9",
"gitHead": "9e425141147d9a1f6e976e97be1882823135a010",
"optionalDependencies": {
"@typescript/native-preview-win32-x64": "7.0.0-dev.20260327.2",
"@typescript/native-preview-win32-arm64": "7.0.0-dev.20260327.2",
"@typescript/native-preview-linux-x64": "7.0.0-dev.20260327.2",
"@typescript/native-preview-linux-arm": "7.0.0-dev.20260327.2",
"@typescript/native-preview-linux-arm64": "7.0.0-dev.20260327.2",
"@typescript/native-preview-darwin-x64": "7.0.0-dev.20260327.2",
"@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260327.2"
"@typescript/native-preview-win32-x64": "7.0.0-dev.20260328.1",
"@typescript/native-preview-win32-arm64": "7.0.0-dev.20260328.1",
"@typescript/native-preview-linux-x64": "7.0.0-dev.20260328.1",
"@typescript/native-preview-linux-arm": "7.0.0-dev.20260328.1",
"@typescript/native-preview-linux-arm64": "7.0.0-dev.20260328.1",
"@typescript/native-preview-darwin-x64": "7.0.0-dev.20260328.1",
"@typescript/native-preview-darwin-arm64": "7.0.0-dev.20260328.1"
}
}