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.20.1 to 2.21.0

14

dist/repository-provider.js

@@ -451,2 +451,16 @@ 'use strict';

}
/**
* Merge the pull request
*/
async merge() {
return notImplementedError();
}
/**
* Decline the pull request
*/
async decline() {
return notImplementedError();
}
}

@@ -453,0 +467,0 @@

6

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

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

"rollup-plugin-multi-entry": "^2.0.2",
"semantic-release": "^15.1.7",
"semantic-release": "^15.3.1",
"documentation": "^6.3.2",
"travis-deploy-once": "^4.4.1"
"travis-deploy-once": "^5.0.0"
},

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

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

[![Build Status](https://secure.travis-ci.org/arlac77/repository-provider.png)](http://travis-ci.org/arlac77/repository-provider)
[![bithound](https://www.bithound.io/github/arlac77/repository-provider/badges/score.svg)](https://www.bithound.io/github/arlac77/repository-provider)
[![codecov.io](http://codecov.io/github/arlac77/repository-provider/coverage.svg?branch=master)](http://codecov.io/github/arlac77/repository-provider?branch=master)

@@ -109,2 +108,4 @@ [![Coverage Status](https://coveralls.io/repos/arlac77/repository-provider/badge.svg)](https://coveralls.io/r/arlac77/repository-provider)

- [delete](#delete-2)
- [merge](#merge)
- [decline](#decline)
- [Content](#content-2)

@@ -616,2 +617,10 @@

### merge
Merge the pull request
### decline
Decline the pull request
## Content

@@ -618,0 +627,0 @@

@@ -0,1 +1,3 @@

import { notImplementedError } from './util';
/**

@@ -52,2 +54,16 @@ * Abstract pull request

}
/**
* Merge the pull request
*/
async merge() {
return notImplementedError();
}
/**
* Decline the pull request
*/
async decline() {
return notImplementedError();
}
}
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