Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "dinky.js", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "JavaScript bindings for Derpibooru API", | ||
@@ -5,0 +5,0 @@ "main": "lib/Dinky", |
@@ -263,5 +263,5 @@ # dinky.js | ||
Returns a [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) interface. | ||
Returns a [`Response`](https://developer.mozilla.org/en-US/docs/Web/API/Response) object. | ||
##### `url -> {sting}` | ||
##### `url -> {string}` | ||
@@ -274,3 +274,3 @@ Contains the URL of the response. | ||
##### `statusText -> {sting}` | ||
##### `statusText -> {string}` | ||
@@ -277,0 +277,0 @@ Contains the status message corresponding to the status code (e.g., `OK` for `200`). |
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
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
24632