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.0 to 5.1.1

4

dist/provider.js

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

}
function emptyContent(path, options) {
return new Content(path, "");
}

@@ -567,2 +570,3 @@ class PullRequest {

exports.Content = Content;
exports.emptyContent = emptyContent;
exports.Provider = Provider;

4

package.json
{
"name": "repository-provider",
"version": "5.1.0",
"version": "5.1.1",
"publishConfig": {

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

"nyc": "^13.1.0",
"rollup": "^0.65.2",
"rollup": "^0.66.0",
"rollup-plugin-babel": "^4.0.3",

@@ -43,0 +43,0 @@ "rollup-plugin-cleanup": "^3.0.0",

@@ -6,6 +6,14 @@ import { Branch } from "./branch";

import { RepositoryGroup } from "./group";
import { Content } from "./content";
import { Content, emptyContent } from "./content";
import { notImplementedError, propertiesFromOptions } from "./util";
export { Repository, Branch, PullRequest, Owner, RepositoryGroup, Content };
export {
Repository,
Branch,
PullRequest,
Owner,
RepositoryGroup,
Content,
emptyContent
};

@@ -12,0 +20,0 @@ /**

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