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

stash-rest-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

stash-rest-api - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

lib/api/prs.js

@@ -9,2 +9,5 @@

get: function(projectKey, repo, options) {
if (!options) {
options = {};
}
options = { args: { 'state': options.state || 'OPEN' } };

@@ -11,0 +14,0 @@ return client.get('projects/' + projectKey + '/repos/' + repo + '/pull-requests', options);

2

package.json
{
"name": "stash-rest-api",
"version": "2.1.0",
"version": "2.1.1",
"description": "",

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