canirequire › Dual (CommonJS + ESM) › simple-git
Is simple-git ESM-only? Can you require() it?
Simple GIT interface for node.js
Last verified Sep 9, 2026 against simple-git@3.36.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
simple-git publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.1). require("simple-git") and import "simple-git" both work on every supported Node.js version and in Bun.
Does simple-git@3.36.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("simple-git") from a CommonJS file and import "simple-git" from an ES module.
| Runtime | require("simple-git") | import "simple-git" |
|---|---|---|
| Node.js 18 | ✓ works | ✓ works |
| Node.js 20 | ✓ works | ✓ works |
| Node.js 22 | ✓ works | ✓ works |
| Node.js 24 | ✓ works | ✓ works |
| Node.js 26 | ✓ works | ✓ works |
| Bun 1.4 | ✓ works | ✓ works |
How to import simple-git
ES modules (import)
import simpleGit from "simple-git";CommonJS (require)
const simpleGit = require("simple-git");Module format by version
Derived from the type, main and exports fields of every stable release on npm (274 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 3.0.1 – 3.36.0 | Dual (CommonJS + ESM) | Jan 18, 2022 |
| 2.43.0 – 2.48.0 | CommonJS | Aug 13, 2021 |
Frequently asked
Is simple-git ESM-only?
simple-git@3.36.0 ships CommonJS and ESM builds. simple-git publishes both a CommonJS entry and a native ESM entry (ESM added in 3.0.1). require("simple-git") and import "simple-git" both work on every supported Node.js version and in Bun.
Can I require simple-git?
Yes. simple-git ships a CommonJS entry, so require("simple-git") works on every Node.js version, alongside the native ESM entry for import.
Does simple-git work in Bun?
Yes. import "simple-git" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does simple-git ship TypeScript types?
Yes. simple-git bundles its own type declarations; no @types package is needed.
Links
Other dual (commonjs + esm) packages
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- copy-webpack-plugin 14.0.0CommonJS
- case-sensitive-paths-webpack-plugin 2.4.0CommonJS
- aws-sdk 2.1693.0CommonJS
- resolve-url-loader 5.0.0CommonJS
- react-icons 5.7.0Dual
- css-minimizer-webpack-plugin 8.0.0CommonJS
- jest-watch-typeahead 3.0.1ESM-only
- file-loader 6.2.0CommonJS