Security News
vlt Debuts New JavaScript Package Manager and Serverless Registry at NodeConf EU
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
javascript.util
Advanced tools
javascript.util is a port of selected parts of java.util to JavaScript
javascript.util is a port of selected parts of java.util to JavaScript which main purpose is to ease porting Java code to JavaScript.
javascript.util can be used in browsers or as a Node JS module.
Simply include javascript.util.min.js on your page.
Install latest released version:
npm install javascript.util
A simple Node JS code example using javascript.util:
require('javascript.util');
var ArrayList = javascript.util.ArrayList;
var array = new ArrayList();
array.add(1);
Linux or similar is assumed.
npm test
FAQs
javascript.util is a port of selected parts of java.util to JavaScript
We found that javascript.util demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
vlt introduced its new package manager and a serverless registry this week, innovating in a space where npm has stagnated.
Security News
Research
The Socket Research Team uncovered a malicious Python package typosquatting the popular 'fabric' SSH library, silently exfiltrating AWS credentials from unsuspecting developers.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.