javascript.util
Advanced tools
Comparing version 0.10.1 to 0.11.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
32176
2
33
1231
52