New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.18.0 to 2.19.0

8

dist/repository-provider.js

@@ -629,2 +629,10 @@ 'use strict';

}
/**
* Deliver the provider name
* @return {string} class name by default
*/
get name() {
return this.constructor.name;
}
}

@@ -631,0 +639,0 @@

14

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

@@ -34,11 +34,11 @@ "module": "src/repository-provider.js",

"markdown-doctest": "^0.9.1",
"nyc": "^11.4.1",
"rollup": "^0.55.3",
"nyc": "^11.6.0",
"rollup": "^0.57.1",
"rollup-plugin-multi-entry": "^2.0.2",
"semantic-release": "^13.1.4",
"documentation": "^5.3.5",
"travis-deploy-once": "^4.3.4"
"semantic-release": "^15.1.4",
"documentation": "^6.1.0",
"travis-deploy-once": "^4.4.1"
},
"engines": {
"node": ">=8.9.4"
"node": ">=8.10"
},

@@ -45,0 +45,0 @@ "repository": {

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

- [type](#type)
- [name](#name)
- [defaultOptions](#defaultoptions)

@@ -208,2 +209,8 @@ - [options](#options)

### name
Deliver the provider name
Returns **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)** class name by default
### defaultOptions

@@ -210,0 +217,0 @@

@@ -168,2 +168,10 @@ import { Branch } from './branch';

}
/**
* Deliver the provider name
* @return {string} class name by default
*/
get name() {
return this.constructor.name;
}
}
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