quintype-backend
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -134,2 +134,10 @@ 'use strict'; | ||
getStoryById(id) { | ||
return rp({ | ||
method: 'GET', | ||
uri: this.baseUrl + "/api/v1/stories/" + id, | ||
json: true | ||
}); | ||
} | ||
getConfig() { | ||
@@ -136,0 +144,0 @@ return this.config ? just(this.config) : this.updateConfig(); |
{ | ||
"name": "quintype-backend", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "client for accessing quintype API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
5050
178
1