qdb-api-plus
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "qdb-api-plus", | ||
"description": "A better API wrapper for Quote Database", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "src/qdb-api.js", | ||
@@ -6,0 +6,0 @@ "author": "Victor Veytsman", |
@@ -70,3 +70,3 @@ # qdb-api-plus | ||
```Javascript | ||
qdb.latest() | ||
qdb.latestID() | ||
.then(id => { | ||
@@ -73,0 +73,0 @@ console.log(id); |
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
7026