🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

default-import

Package Overview
Dependencies
Maintainers
0
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

default-import - npm Package Compare versions

Comparing version

to
2.0.0

9

CHANGELOG.md
# Change Log
## 2.0.0
### Major Changes
- 2bef161: Stop supporting Node<20
The [current active version](https://nodejs.org/en/about/previous-releases#release-schedule) is 20.
So long as you keep up with NodeJS releases, there are no other breaking changes with this release.
## 1.1.7

@@ -4,0 +13,0 @@

8

package.json
{
"name": "default-import",
"version": "1.1.7",
"version": "2.0.0",
"description": "Properly handle CJS imports in ESM.",
"engines": {
"node": ">=14"
"node": ">=20"
},

@@ -38,7 +38,7 @@ "type": "module",

"typescript": "^5.5.4",
"nx-update-ts-references": "^0.0.3",
"@leyman/eslint-config": "^0.0.0",
"nx-tsc": "^0.0.8",
"mocha-chain": "^0.0.3",
"nx-update-ts-references": "^0.0.3"
"mocha-chain": "^0.0.3"
}
}