By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: Deno 2.3 Now Supports Local NPM Packages
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > News > Deno 2.3 Now Supports Local NPM Packages
News

Deno 2.3 Now Supports Local NPM Packages

News Room
Last updated: 2025/06/18 at 9:15 PM
News Room Published 18 June 2025
Share
SHARE

Deno Land recently released Deno 2.3, an update of the Deno runtime that adds support for local NPM packages. Deno 2.3 also brings improvements to deno compile.

Deno 2.3 makes testing and developing an npm package locally possible. Deno thus provides mechanisms to override dependencies, enabling developers to use custom or local versions of libraries. The mechanism is similar to npm link in Node.js, and is configured through the patch field in deno.json:


{
  "patch": [
    "../path/to/local_npm_package"
  ]
}

Developers can review the provided example.

deno compile compiles a project into a single standalone binary, thus facilitating the executable distribution. This allows distributing Deno applications to systems that do not have Deno installed. Under the hood, it bundles a slimmed-down version of the Deno runtime along with the JavaScript or TypeScript code.

Deno 2.3 extends deno compile to support programs that use Foreign Function Interface (FFI) and Node native add-ons. FFI provides a bridge between Deno’s JavaScript runtime and native code, allowing developers to use existing native libraries within Deno applications, implement performance-critical code in languages like Rust or C, or access operating system APIs and hardware features not directly available in JavaScript.

Developers can additionally now reduce the size of executables by excluding specific files from being embedded during the compilation process (e.g., exclude development or test files from production builds).

To upgrade to Deno 2.3, developers need simply run the following command in the terminal:


deno upgrade

Deno 2.3 includes additional features, including improvements to deno fmt (allowing developers to format embedded CSS, HTML, and SQL in tagged templates), expanded OpenTelemetry support (basic event recording, span context propagators, and more), faster dependency installation, and more. For the full list of features, developers are invited to review the release note.

Deno is open-source software that is available under the MIT license. Contributions are encouraged via the Deno Project and should follow the Deno contribution guidelines.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article China’s Xpeng Motors planning EV production in Europe · TechNode
Next Article These new Google Messages features make it easier to manage conversations
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

I had big worries about skinny iPhone Air – but then I touched it at Apple HQ
News
Linux 6.17 Successfully Lands In Ubuntu 25.10
Computing
iPhone 17 Pro vs iPhone Air: Which way should you go, ultra-thin or Pro?
Gadget
Apple Watch Ultra 3 Rewards Smartwatch Owners' Patience
News

You Might also Like

News

I had big worries about skinny iPhone Air – but then I touched it at Apple HQ

5 Min Read
News

Apple Watch Ultra 3 Rewards Smartwatch Owners' Patience

9 Min Read
News

Apple is giving iPhone 14 and 15 users another free year of satellite features

2 Min Read
News

Evercore hikes Apple stock target to $260 on iPhone Air upgrade hopes

1 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?