Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
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
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
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.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.