
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
typenative
Advanced tools
Build native applications using Typescript.
test.ts with content console.log('Hello World!'); or any other messagenpx typenative --source test.ts --scriptnpx typenative --newTypeNative currently supports a subset of TypeScript syntax elements that are transpiled to Go code:
| Feature | Supported | Notes |
|---|---|---|
| Basic Types | ||
| number | ✅ | Transpiled to float64 |
| boolean | ✅ | Transpiled to bool |
| string | ✅ | |
| null | ✅ | |
| any | ✅ | Used for type inference |
| Variables | ||
| Variable declarations | ✅ | let and const |
| Operators | ||
| Arithmetic operators | ✅ | +, -, etc. |
| Comparison operators | ✅ | ==, !=, etc. |
| Logical operators | ✅ | &&, || |
| Increment/Decrement | ✅ | ++, -- |
| Control Flow | ||
| For loops | ✅ | Standard for loops |
| For...of loops | ✅ | Iteration over arrays |
| While loops | ✅ | Transpiled to Go's for loops |
| Do...while loops | ✅ | Implemented with conditional break |
| If/Else statements | ✅ | Fully supported |
| Switch statements | ✅ | Case and default statements |
| Data Structures | ||
| Arrays | ✅ | Basic array operations |
| Array methods | ✅ | push supported |
| Functions | ||
| Function declarations | ✅ | Transpiled to Go functions |
| Arrow Functions | ✅ | Transpiled to anonymous functions |
| console.log | ✅ | Mapped to fmt.Println |
| console.time/timeEnd | ✅ | Performance measurement |
| Math.random | ✅ | Mapped to Go's rand.Float64() |
| Math.floor | ✅ | Mapped to Go's math.Floor() |
| Unsupported Features | ||
| Classes | ❌ | Not implemented |
| Interfaces | ❌ | Not implemented |
| Async/Await | ❌ | Not implemented |
| Modules/Imports | ❌ | Not implemented |
| Generics | ❌ | Not implemented |
TypeNative is currently in early development and new features are being added regularly.
FAQs
Build native applications using Typescript.
We found that typenative demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.