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.1 to 3.8.2

1

dist/provider.js

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

title: undefined,
body: undefined,
state: undefined

@@ -301,0 +302,0 @@ };

2

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

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

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

- [title](#title)
- [body](#body)
- [state](#state)

@@ -349,2 +350,8 @@ - [RepositoryGroup](#repositorygroup-1)

the one line description of the pull request.
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
## body
the description of the pull request.

@@ -351,0 +358,0 @@

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

/**
* the description of the pull request.
* the one line description of the pull request.
* @return {string}

@@ -29,2 +29,8 @@ */

/**
* the description of the pull request.
* @return {string}
*/
body: undefined,
/**
* state of the pull request.

@@ -31,0 +37,0 @@ * @return {string}

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