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

repository-provider

Package Overview
Dependencies
Maintainers
1
Versions
662
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repository-provider - npm Package Compare versions

Comparing version 2.6.1 to 2.7.0

8

dist/repository-provider.js

@@ -146,2 +146,10 @@ 'use strict';

/**
* Deliver urls to access the repo
* @return {string[]}
*/
get urls() {
return [];
}
/**
* Lookup branch by name

@@ -148,0 +156,0 @@ * @param {string} name

2

package.json
{
"name": "repository-provider",
"version": "2.6.1",
"version": "2.7.0",
"main": "dist/repository-provider.js",

@@ -5,0 +5,0 @@ "module": "src/repository-provider.js",

@@ -68,2 +68,3 @@ [![npm](https://img.shields.io/npm/v/repository-provider.svg)](https://www.npmjs.com/package/repository-provider)

- [content](#content-2)
- [urls](#urls)
- [branch](#branch-2)

@@ -301,2 +302,8 @@ - [defaultBranch](#defaultbranch)

### urls
Deliver urls to access the repo
Returns **[Array](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Array)<[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)>**
### branch

@@ -303,0 +310,0 @@

@@ -36,2 +36,10 @@ import { notImplementedError } from './util';

/**
* Deliver urls to access the repo
* @return {string[]}
*/
get urls() {
return [];
}
/**
* Lookup branch by name

@@ -38,0 +46,0 @@ * @param {string} name

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