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.7.0 to 3.8.0

3

dist/provider.js

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

}
get ref() {
return `refs/heads/${this.name}`;
}
get isDefault() {

@@ -80,0 +83,0 @@ return this.name === "master";

4

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

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

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

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

@@ -117,2 +117,10 @@ import { notImplementedError } from "./util";

/**
* Git branch ref name
* @return {string} git ref of the branch
*/
get ref() {
return `refs/heads/${this.name}`;
}
/**
* Are we the default branch

@@ -119,0 +127,0 @@ * @return {boolean} true if name is 'master'

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