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 - npm Package Compare versions

Comparing version 0.10.1 to 0.11.0

index.js

38

package.json
{
"name": "javascript.util",
"description": "javascript.util is a port of selected parts of java.util to JavaScript",
"version": "0.10.1",
"author": "Björn Harrtell <bjorn@wololo.org>",
"keywords": [ "java", "util", "collection" ],
"licenses" : [
{
"type": "MIT License",
"url": "https://raw.github.com/bjornharrtell/javascript.util/master/license-notice.txt"
}
],
"dependencies": {
},
"devDependencies": {
"jasmine-node": "1.0.28"
},
"main": "./lib/javascript.util.js",
"engines": { "node": ">= 0.6.0" },
"repository": {
"type": "git",
"url": "git://github.com/bjornharrtell/javascript.util.git"
"name": "javascript.util",
"description": "javascript.util is a port of selected parts of java.util to JavaScript",
"version": "0.11.0",
"author": "Björn Harrtell <bjorn@wololo.org>",
"keywords": [ "java", "javascript", "util", "collection" ],
"licenses" : [{
"type": "MIT License",
"url": "https://raw.github.com/bjornharrtell/javascript.util/master/license-notice.txt"
}],
"devDependencies": {
"mocha": "*",
"chai": "*"
},
"engines": { "node": ">= 0.6.0" },
"repository": {
"type": "git",
"url": "git://github.com/bjornharrtell/javascript.util.git"
}
}
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.
javascript.util can be used in browsers or as a Node JS module.
// TODO: describe "selected parts"
// TODO: generate API docs
* TODO: describe "selected parts"
* TODO: generate API docs

@@ -15,3 +15,3 @@ Usage

Simply include javascript.util.js in your page.
Simply include [javascript.util.js](https://github.com/bjornharrtell/javascript.util/releases/download/v0.11.0/javascript.util.js) in your page.

@@ -38,3 +38,3 @@ Node JS

Ubuntu or similar is assumed.
Linux or similar is assumed.

@@ -44,7 +44,7 @@ Dependencies

* nodejs
* npm
* browserify
* uglify-js
* jasmine-node
* Node JS
* mocha (for tests)
* chai (for tests)
* webmake (for browser build)
* Closure compiler (for browser build)

@@ -54,6 +54,2 @@ Unit tests

Can be run in browser using /test/SpecRunner-release.html or /test/SpecRunner-debug.html
Can be run at command line using jasmine-node. Included runtests.sh script will run all tests.
NOTE: jasmine-node trunk version is required at the moment.
Can be run at command line using mocha.

Sorry, the diff of this file is not supported yet

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