Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

API Diff

node v0.12.18
version: 3.0.0
endpointsharetweet
Tonic allows you to require multiple versions of the same package, which gives you the unique ability to compare them. Here we'll see what the difference is between ramda 0.9.1 and the latest state of the art:
var oldRamdaKey = Object.keys(require("[email protected]")); var newRamdaKeys = Object.keys(require("ramda")); var diff = require("json-diff").diffString(oldRamdaKey, newRamdaKeys); var html = require("ansi2html")(diff).replace(/\n/g, "<br>").replace(/\[<br>/, "")
Loading…

no comments

    sign in to comment