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 5.1.1 to 5.1.2

2

dist/provider.js

@@ -275,3 +275,3 @@ 'use strict';

async createBranch(name, source, options) {
const branch = new this.provider.branchClass(this, name, options);
const branch = new this.branchClass(this, name, options);
this._branches.set(branch.name, branch);

@@ -278,0 +278,0 @@ return branch;

{
"name": "repository-provider",
"version": "5.1.1",
"version": "5.1.2",
"publishConfig": {

@@ -40,6 +40,6 @@ "access": "public"

"nyc": "^13.1.0",
"rollup": "^0.66.0",
"rollup": "^0.66.1",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-cleanup": "^3.0.0",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-executable": "^1.3.0",

@@ -49,4 +49,4 @@ "rollup-plugin-istanbul": "^2.0.1",

"rollup-plugin-node-resolve": "^3.4.0",
"semantic-release": "^15.9.15",
"travis-deploy-once": "^5.0.7"
"semantic-release": "^15.9.16",
"travis-deploy-once": "^5.0.8"
},

@@ -53,0 +53,0 @@ "engines": {

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

async createBranch(name, source, options) {
const branch = new this.provider.branchClass(this, name, options);
const branch = new this.branchClass(this, name, options);
this._branches.set(branch.name, branch);

@@ -162,0 +162,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