Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sentry-api

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentry-api - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

lib/projects.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc