moll
@moll
12
Published Tools
0
Total Stars
0
Weekly Downloads
Published Tools
12 Skillsacross 1 categoryexport
moll
A tool that helps you publish and export your JavaScripts to other environments by wrapping them in an IIFE. Or UMD in the future.
soul
moll
A simple yet extensible mutable model library with attribute comparisons and change events.
must
moll
Testing and assertion library with friendly BDD syntax β awesome.must.be.true(). Many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good and well tested stuff.
hugml
moll
An XML parsing and serializing library based on Google's GDATA and BadgerFish conventions. Supports namespaces.
sqlate
moll
Tiny tagged template string function for safe SQL. Supports SQlite3, PostgreSQL and others.
mitm
moll
Intercept and mock outgoing network TCP connections and HTTP requests for testing. Intercepts and gives you a Net.Socket, Http.IncomingMessage and Http.ServerResponse to test and respond with. Useful when testing code that hits remote servers.
fetch-parse
moll
Fetch API mixin to buffer and parse response bodies. Supports media type patterns for content type specific custom parsers
standard-error
moll
Tiny library that simplifies subclassing and inheriting from Error while keeping the correct name and stack. Also supports constructing from an object of properties. Saves you from boilerplate.
standard-http-error
moll
Standard HTTP error class. Proper serialization, no bloat. Extensible.
ddl
moll
Gets you a JSON Schema from PostgreSQL or SQLite3. Also supports arrays and default values. Use it for introspection or preparing your domain models like with Rails's Active Record.
medium-type
moll
Class for parsing, stringifying and manipulating media types. Useful for content negotiation. Follows RFC2045, supports quoted parameters, all allowed characters etc.
kindof
moll
A proper typeof that works with primitives, built-in value objects and those from other execution contexts.