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.8.0 to 3.8.1

6

dist/provider.js

@@ -105,2 +105,5 @@ 'use strict';

}
get pullRequestClass() {
return this.repository.pullRequestClass;
}
async _initialize() {}

@@ -348,2 +351,5 @@ }

}
get pullRequestClass() {
return this.provider.pullRequestClass;
}
}

@@ -350,0 +356,0 @@

4

package.json
{
"name": "repository-provider",
"version": "3.8.0",
"version": "3.8.1",
"publishConfig": {

@@ -39,3 +39,3 @@ "access": "public"

"nyc": "^13.0.1",
"rollup": "^0.65.1",
"rollup": "^0.65.2",
"rollup-plugin-cleanup": "^3.0.0",

@@ -42,0 +42,0 @@ "rollup-plugin-commonjs": "^9.1.6",

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

- [contentClass](#contentclass)
- [pullRequestClass](#pullrequestclass-1)
- [Content](#content)

@@ -395,2 +396,8 @@ - [Parameters](#parameters-11)

### pullRequestClass
By default we use the providers implementation.
Returns **Class** as defined in the provider
## Content

@@ -397,0 +404,0 @@

@@ -196,4 +196,12 @@ import { notImplementedError } from "./util";

/**
* By default we use the repository implementation.
* @return {Class} as defined in the repository
*/
get pullRequestClass() {
return this.repository.pullRequestClass;
}
async _initialize() {}
}
);

@@ -68,2 +68,10 @@ import { Owner } from "./owner";

}
/**
* By default we use the providers implementation.
* @return {Class} as defined in the provider
*/
get pullRequestClass() {
return this.provider.pullRequestClass;
}
}
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