Socket
Socket
Sign inDemoInstall

javascript.util

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

javascript.util

javascript.util is a port of selected parts of java.util to JavaScript


Version published
Weekly downloads
678
decreased by-35.18%
Maintainers
1
Weekly downloads
 
Created
Source

javascript.util

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.

Build Status

  • TODO: describe "selected parts"
  • TODO: generate API docs

Usage

Browsers

Simply include javascript.util-0.12.2.min.js in your page.

Node JS

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);

Development environment

Linux or similar is assumed.

Dependencies

  • Node JS
  • mocha (for tests)
  • chai (for tests)
  • bower (for dependencies)
  • grunt (for builds)

Unit tests

    npm test

Keywords

FAQs

Package last updated on 25 Oct 2014

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc