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 3.6.1 to 3.6.2

4

dist/provider.js

@@ -169,3 +169,2 @@ 'use strict';

const branch = new this.provider.branchClass(this, name, options);
await branch.initialize();
this._branches.set(branch.name, branch);

@@ -265,4 +264,3 @@ return branch;

const repository = new this.repositoryClass(this, name, options);
await repository.initialize();
this.repositories.set(name, repository);
this.repositories.set(repository.name, repository);
return repository;

@@ -269,0 +267,0 @@ }

{
"name": "repository-provider",
"version": "3.6.1",
"version": "3.6.2",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -81,4 +81,3 @@ import { Repository } from "./repository";

const repository = new this.repositoryClass(this, name, options);
await repository.initialize();
this.repositories.set(name, repository);
this.repositories.set(repository.name, repository);
return repository;

@@ -85,0 +84,0 @@ }

@@ -169,3 +169,2 @@ import { notImplementedError } from "./util";

const branch = new this.provider.branchClass(this, name, options);
await branch.initialize();
this._branches.set(branch.name, branch);

@@ -172,0 +171,0 @@ return branch;

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