Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
repository-provider
Advanced tools
abstract interface to git repository providers like github bitbucket
abstract interface to git repository providers like github bitbucket
import { GithubProvider } from 'repository-provider';
const provider = new GithubProvider({ token: 'xxx' });
const repository = await provider.repository('myuser/myrepo');
const branch = await repository.branch('master');
const files = await branch.list();
list by repository-provider keyword
Extends Owner
Base repository provider acts as a source of repositories
options
ObjectrepositoryGroups
Map<string, RepositoryGroup>Lookup a repository group
Returns Promise<RepositoryGroup>
Create a new repository group
Returns Promise<RepositoryGroup>
Lookup a repository in the provider and all of its repository groups
Returns Promise<Repository>
Lookup a branch in the provider and all of its repository groups
Returns Class repository group class used by the Provider
Is our rate limit reached. By default we have no rate limit
Returns boolean always false
Deliver the provider name
Returns string class name by default
we are our own provider
Returns Provider this
list all defined entries from defaultOptions
Extract options suitable for the constructor form the given set of environment variables
env
ObjectReturns Object undefined if no suitable environment variables have been found
in case there are several provider able to support a given source which one sould be used ? this defines the order
Abstract branch
repository
Repositoryname
stringoptions
Objectrepository
Repositoryprovider
Providername
stringoptions
options
options
enshures that _initialize() will be called only once
Collection of repositories
repositories
Map<string, Repository>default logger
arg
...anyAbstract repository
owner
Ownername
string without (#branch)description
string? from options.descriptionid
string? from options.idbranches
Map<string, Branch>pullRequests
Map<string, PullRequest>the description of the repository content.
Returns string
the description of the repository group.
Returns string
unique id within the provider.
Returns string
internal id.
Returns string
unique id within the provider.
Returns string
Abstract pull request Repository#addPullRequest
Returns Provider
Delete the pull request from the Repository.
Returns Promise
Merge the pull request
Decline the pull request
the one line description of the pull request.
Returns string
the description of the pull request.
Returns string
state of the pull request.
Returns string
locked state of the pull request.
Returns boolean
merged state of the pull request.
Returns boolean
Extends Owner
Abstract repository collection
By default we use the providers implementation.
Returns Class as defined in the provider
By default we use the providers implementation.
Returns Class as defined in the provider
By default we use the providers implementation.
Returns Class as defined in the provider
By default we use the providers implementation.
Returns Class as defined in the provider
create properties from options and default options
object
Object target objectoptions
Object as passed to object constructorproperties
Object object properties (optional, default {}
)With npm do:
npm install repository-provider
BSD-2-Clause
FAQs
abstract interface to git repository providers like github, bitbucket and gitlab
The npm package repository-provider receives a total of 831 weekly downloads. As such, repository-provider popularity was classified as not popular.
We found that repository-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.