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

Comparing version 9.6.0 to 9.6.1

6

.tmprz/release_notes.md
## What's new
### Core: Bundler
- Avoid copying the `WebView2Loader.dll` file to the final app package since it was removed from the Neutralinojs framework.
### Bugfixes/Improvements
- Fix the hot-reloading issue that occurs with newer Node runtime versions.
Install the latest (`v9.6.0`) [npm package](https://www.npmjs.com/package/@neutralinojs/neu):
Install the latest (`v9.6.1`) [npm package](https://www.npmjs.com/package/@neutralinojs/neu):

@@ -10,0 +10,0 @@ ```

@@ -9,2 +9,7 @@ # Changelog

## v9.6.1
### Bugfixes/Improvements
- Fix the hot-reloading issue that occurs with newer Node runtime versions.
## v9.6.0

@@ -11,0 +16,0 @@

{
"name": "@neutralinojs/neu",
"version": "9.6.0",
"version": "9.6.1",
"description": "neu CLI for Neutralinojs",

@@ -5,0 +5,0 @@ "main": "./bin/neu.js",

@@ -9,3 +9,3 @@ <div align="center"><img src="images/logo.png"/></div>

The official CLI of Neutralinojs. See neu CLI [documentation](https://neutralino.js.org/docs/cli/neu-cli/) for more details.
The official CLI of Neutralinojs. See neu CLI [documentation](https://neutralino.js.org/docs/cli/neu-cli/) for more details. Release notes are available at [this page](https://neutralino.js.org/docs/release-notes/cli).

@@ -12,0 +12,0 @@ ```bash

@@ -21,3 +21,3 @@ const fs = require('fs');

ws = new WS(`ws://localhost:${authInfo.port}?extensionId=js.neutralino.devtools`);
ws = new WS(`ws://127.0.0.1:${authInfo.port}?extensionId=js.neutralino.devtools`);

@@ -24,0 +24,0 @@ ws.onerror = () => {

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