New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jxa-types

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jxa-types

TypeScript types for AppleScript (JXA).

latest
npmnpm
Version
0.0.8
Version published
Weekly downloads
75
-67.11%
Maintainers
1
Weekly downloads
 
Created
Source

Typings for JXA

NPM Version GitHub tag (with filter) License GitHub commits since latest release (by SemVer including pre-releases) CodeQL Dependabot QA GitHub Pages pre-commit NPM Downloads Stargazers TypeScript Yarn eslint Prettier

@Tatsh Buy Me A Coffee Libera.Chat Mastodon Follow Patreon

VS Code auto-completion

This is a set of typings for AppleScript in JavaScript that works on macOS 10.10 and above.

To use this, add jxa-types to your project. You also need to add jxa-types to tsconfig.json under compilerOptions.types.

If you need to use dependencies from NPM you must use a method such as with Webpack to bundle your code into a single file.

Library

All types are exported globally to match Objective-C. Some are representations of types from AppleScript. Most are Objective-C Foundation types. In the $ namespace, many library functions are exported. These require calling ObjC.import with the appropriate libraries before calling them.

Keywords

applescript

FAQs

Package last updated on 18 Dec 2025

Did you know?

Socket

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.

Install

Related posts