Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
@neutralinojs/lib
Advanced tools
The official JavaScript client for Neutralinojs. Neutralinojs CLI automatically downloads a minified version of neutralino.js
and lets you use the Neutralinojs native API via the global Neutralino
JavaScript object (aka window.Neutralino
). Also, you can download this client from the NPM registry via a Node package manager and bundle with your application:
npm install @neutralinojs/lib
# --- or ---
yarn add @neutralinojs/lib
See Neutralinojs JavaScript API documentation for more details. Release notes are available at this page. This repository doesn't host the entire Neutralinojs codebase — this is the JavaScript client that Neutralinojs C++ server codebase loads. Browse the Neutralinojs server source code from this repository.
How to build neutralino.js
from this repository?
git clone https://github.com/neutralinojs/neutralino.js.git
cd neutralino.js
npm install
npm run build
How to test with the Neutralinojs server?
cd ../neutralinojs
bash ./bin/script_update_client.sh
./bin/neutralino-{platform}_{arch} --load-dir-res # Eg: ./bin/neutralino-linux_x64 --load-dir-res
We really appreciate your code contributions. Please read this contribution guide before sending a pull request. Thanks for your contributions.
Made with contributors-img.
v5.0.1
window
global object. Now, window.NL_VERSION
, etc. won't display errors on code editors or with the TypeScript compiler.FAQs
JavaScript API for Neutralinojs
The npm package @neutralinojs/lib receives a total of 0 weekly downloads. As such, @neutralinojs/lib popularity was classified as not popular.
We found that @neutralinojs/lib demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.