commonjs-utils icon indicating copy to clipboard operation
commonjs-utils copied to clipboard

Utility modules for CommonJS

Results 8 commonjs-utils issues
Sort by recently updated
recently updated
newest added

Hi, do you/will you have support for the required properties? For example to pass this ``` var event = {"controller":"dash","type":"launch","data":{},"method":null}; var schema = { properties : { controller : {...

a few modules have a dependency on promised-io

add a description to package.json for visibility in package managers

For example, take the following schema definition: { "type": "object", "properties": { "quizname": { "type": "string", "required" : true }, "scores": { "type": "object", "required" : true, "items": { "type":...

How do I install it on node.js? /Johnny

Hi! L35 of json-ext.js -- we aggressively convert any string which looks lile a valid ISO date to JS Date object, thus preventing from satisfying the recommended date format in...

The base64 module in commonjs-utils is not functioning correctly. As an example, decode(encode("username:password")) does not return the correct result. The other examples I tested didn't return the correct result either....

Hi, if you allow multiple types for a property like properties: { myProp: { type: [ "string", "integer", "object" ] } } this works fine, but as soon as you...