Comparing version 0.17.4 to 0.17.5
{ "name" : "nock" | ||
, "description" : "HTTP Server mocking for Node.js" | ||
, "tags" : ["Mock", "HTTP", "testing", "isolation"] | ||
, "version" : "0.17.4" | ||
, "version" : "0.17.5" | ||
, "author" : "Pedro Teixeira <pedro.teixeira@gmail.com>" | ||
@@ -6,0 +6,0 @@ , "contributors" : |
@@ -191,3 +191,3 @@ # Nock [](http://travis-ci.org/flatiron/nock) | ||
This can be useful, for instance, if you have random or time-dependent data in your URL. | ||
This can be useful, for instance, if you have random or time-dependent data in your request body. | ||
@@ -194,0 +194,0 @@ You can use a regexp for replacement, just like String.prototype.replace: |
76709