Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Converter definition files to Kotlin declarations. Currently support TypeScript declarations
Converter of TypeScript definition files to Kotlin declarations
This requires JRE 1.6+ to run. It generates Kotlin files that are compatible with Kotlin 1.1+ (generated declarations are tested against latest stable compiler version)
The simplest way to use is install the latest version form npm:
npm install -g dukat
On a weekly basis we also deply a dev build which sums up what we currently have in master,
so if you want to checkout the snapshot version, use dukat@next
:
npm install -g dukat@next
dukat [<options>] <d.ts files>
where possible options include:
-p <qualifiedPackageName> package name for the generated file (by default filename.d.ts renamed to filename.d.kt)
-m String use this value as @file:JsModule annotation value whenever such annotation occurs
-d <path> destination directory for files with converted declarations (by default declarations are generated in current directory)
-v, -version print version
# on Windows-based platforms set following: `git config core.autocrlf true`
git clone <this project url>
./gradlew build
./gradlew test -Pdukat.test.failure.always
[0.5.8-rc.4] - 26'January 2021
[webidl] JsName("null") companion for union types
FAQs
Converter definition files to Kotlin declarations. Currently support TypeScript declarations
The npm package dukat receives a total of 291 weekly downloads. As such, dukat popularity was classified as not popular.
We found that dukat demonstrated a not healthy version release cadence and project activity because the last version was released 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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.