Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

  • 0.12.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
512
decreased by-47.49%
Maintainers
1
Weekly downloads
 
Created
Source

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.0.min.js in your page.

Node JS

Using NPM a trunk version of javascript.util can be installed with the following:

    npm install git://github.com/bjornharrtell/javascript.util.git

A simple 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)
  • webmake (for browser build)
  • Closure compiler (for browser build)

Unit tests

Can be run at command line using mocha.

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