sentry-api
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -174,3 +174,3 @@ var util = require('util'); | ||
*/ | ||
Projects.prototype.users = function(orgSlug, projectSlug, callback) { | ||
Projects.prototype.releases = function(orgSlug, projectSlug, callback) { | ||
var path = util.format('projects/%s/%s/releases/', orgSlug, projectSlug); | ||
@@ -177,0 +177,0 @@ return this.client.get(path, callback); |
{ | ||
"name": "sentry-api", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "A client for the Sentry 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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
31852
0