Socket
Socket
Sign inDemoInstall

@neutralinojs/neu

Package Overview
Dependencies
139
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2345
10Next

11.2.0

Diff

Changelog

Source

v11.2.0

Core: Bundler

  • Introduce the --clean flag to the neu build command to clean previous build files.
  • Add file excluding feature for the app bundle and extensions directory via cli.resourcesExclude and cli.extensionsExclude configuration properties. For example, now developers can use the "resourcesExclude": ".*\\.scss$|.*\\.d.ts$" configuration to exclude *.scss and *.d.ts files from the final app bundle.
  • Let app developers customize the frontend library development server wait time using the cli.frontendLibrary.waitTimeout configuration property.

Core: Version

  • The neu version command now compares the installed CLI version and the framework version with the latest released versions and displays a warning messages if the users use an older versions.
  • The neu version command now displays the (latest) tag with CLI, binary, client library version details.

Bugfixes/improvements

  • Check and validate neutralino.config.json file before executing app-specific commands.
  • Check app template validity before downloading content from a specific GitHub repository using the official GitHub API.
  • Add the app icon to the final app bundle only the specific project uses an app icon.
  • Fix the port waiting timeout issue with frontend library-based development workflow.
shalithasuranga
published 11.0.1 •

Changelog

Source

v11.0.1

Bugfixes/improvements

  • Clean existing app build files before creating another build using the neu build command.
  • Support older Node versions by removing the optional chaining feature usage.
  • Fix the endless port waiting issue with the --frontend-lib-dev option.
shalithasuranga
published 11.0.0 •

Changelog

Source

v11.0.0

Core: Runner

  • Change the WebSocket connection based on the v5 framework APIs.

Bugfixes/improvements

  • Fixed issues with the frontend library command execution.
shalithasuranga
published 10.1.1 •

Changelog

Source

v10.1.1

Bugfixes/improvements

  • Fixed app development issues with the Vite server.
shalithasuranga
published 10.1.0 •

Changelog

Source

v10.1.0

Bugfixes/improvements

  • Fixed several issues in the frontend-library-based development flow (i.e., removed the hardcoded port number, fixed double devCommand execution, etc.,).
shalithasuranga
published 10.0.0 •

Changelog

Source

v10.0.0

Core: frontend-library-based development

Added new configuration options to the cli.frontendLibrary key of the neutralino.config.json:

  • projectPath: Sets the project path of the frontend-library project. This path will be used as the current directory while executing the frontend-app-related commands.
  • initCommand: A command that gets executed after downloading an app template with the neu create command.
  • devCommand: This command will run with the neu run command to start the frontend development server. The CLI doesn't wait for devCommand completion, instead, it will wait for the frontend development server via the tcp-port-used package.
  • buildCommand: The neu build command will execute this command before generating the app bundle, so you can generate static resources of your frontend app using this command.
shalithasuranga
published 9.8.0 •

Changelog

Source

v9.8.0

Core: Downloader

  • Download the latest Neutralinojs framework resources with the --latest option in the neu update command.
  • If framework versions are not present in the app/template configuration, download the latest framework resources automatically. The CLI will download nightly releases if it can't fetch the latest release tag because of an GitHub API-related issue (i.e., Exceeded rate limits).
shalithasuranga
published 9.7.0 •

Changelog

Source

v9.7.0

Core: Downloader/bundler

  • Download the TypeScript definition file for standalone client library mode. This won't include the TypeScript definition file to the final application bundle.
shalithasuranga
published 9.6.1 •

Changelog

Source

v9.6.1

Bugfixes/Improvements

  • Fix the hot-reloading issue that occurs with newer Node runtime versions.
shalithasuranga
published 9.6.0 •

Changelog

Source

v9.6.0

Core: Bundler

  • Avoid copying the WebView2Loader.dll file to the final app package since it was removed from the Neutralinojs framework.
2345
10Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc