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 1.0.1 to 1.0.2

2

package.json

@@ -1,1 +0,1 @@

{"name":"repository-provider","version":"1.0.1","description":"abstract interface to git repository providers like github bitbucket","main":"dist/module.js","module":"src/module.js","scripts":{"cover":"nyc --temp-directory build/nyc ava","test":"ava","pretest":"rollup -c tests/rollup.config.js","precover":"rollup -c tests/rollup.config.js","posttest":"npm run prepare && markdown-doctest","docs":"jsdoc2md --configure doc/jsdoc.json -l off -t doc/README.hbs -f src/*.js >README.md","semantic-release":"semantic-release","prepare":"rollup -c"},"repository":{"type":"git","url":"git+https://github.com/arlac77/repository-provider.git"},"engines":{"node":">=8.9.1"},"dependencies":{"execa":"^0.8.0","github-basic":"^6.0.0","tempy":"^0.2.1"},"devDependencies":{"ava":"^0.23.0","babel-preset-env":"^1.6.1","bitbucket-server-nodejs":"^2.11.4","jsdoc-babel":"^0.3.0","jsdoc-to-markdown":"^3.0.2","markdown-doctest":"^0.9.1","nyc":"^11.3.0","rollup":"^0.51.5","rollup-plugin-multi-entry":"^2.0.2","semantic-release":"^9.1.1","xo":"^0.19.0"},"release":{},"keywords":["git","github","bitbucket"],"license":"BSD-2-Clause","bugs":{"url":"https://github.com/arlac77/repository-provider/issues"},"homepage":"https://github.com/arlac77/repository-provider#readme","contributors":[{"name":"Markus Felten","email":"markus.felten@gmx.de"}],"ava":{"files":["build/*-test.js"],"require":["babel-register"]},"nyc":{"include":["build/*-test.js","src/**/*.js"],"reporter":["lcov"],"report-dir":"./build/coverage"},"template":{"repository":{"url":"https://github.com/arlac77/npm-package-template.git"}},"xo":{"space":true}}
{"name":"repository-provider","version":"1.0.2","description":"abstract interface to git repository providers like github bitbucket","main":"dist/module.js","module":"src/module.js","scripts":{"cover":"nyc --temp-directory build/nyc ava","test":"ava","pretest":"rollup -c tests/rollup.config.js","precover":"rollup -c tests/rollup.config.js","posttest":"npm run prepare && markdown-doctest","docs":"jsdoc2md --configure doc/jsdoc.json -l off -t doc/README.hbs -f src/*.js >README.md","semantic-release":"semantic-release","prepare":"rollup -c"},"repository":{"type":"git","url":"git+https://github.com/arlac77/repository-provider.git"},"engines":{"node":">=8.9.1"},"dependencies":{"execa":"^0.8.0","github-basic":"^6.0.0","make-dir":"^1.1.0","tempy":"^0.2.1"},"devDependencies":{"ava":"^0.23.0","babel-preset-env":"^1.6.1","bitbucket-server-nodejs":"^2.11.4","jsdoc-babel":"^0.3.0","jsdoc-to-markdown":"^3.0.2","markdown-doctest":"^0.9.1","nyc":"^11.3.0","rollup":"^0.51.5","rollup-plugin-multi-entry":"^2.0.2","semantic-release":"^9.1.1","xo":"^0.19.0"},"release":{},"keywords":["git","github","bitbucket"],"license":"BSD-2-Clause","bugs":{"url":"https://github.com/arlac77/repository-provider/issues"},"homepage":"https://github.com/arlac77/repository-provider#readme","contributors":[{"name":"Markus Felten","email":"markus.felten@gmx.de"}],"ava":{"files":["build/*-test.js"],"require":["babel-register"]},"nyc":{"include":["build/*-test.js","src/**/*.js"],"reporter":["lcov"],"report-dir":"./build/coverage"},"template":{"repository":{"url":"https://github.com/arlac77/npm-package-template.git"}},"xo":{"space":true}}

@@ -0,5 +1,20 @@

[![npm](https://img.shields.io/npm/v/repository-provider.svg)](https://www.npmjs.com/package/repository-provider)
[![Greenkeeper](https://badges.greenkeeper.io/arlac77/repository-provider.svg)](https://greenkeeper.io/)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/arlac77/repository-provider)
[![Build Status](https://secure.travis-ci.org/arlac77/repository-provider.png)](http://travis-ci.org/arlac77/repository-provider)
[![bithound](https://www.bithound.io/github/arlac77/repository-provider/badges/score.svg)](https://www.bithound.io/github/arlac77/repository-provider)
[![codecov.io](http://codecov.io/github/arlac77/repository-provider/coverage.svg?branch=master)](http://codecov.io/github/arlac77/repository-provider?branch=master)
[![Coverage Status](https://coveralls.io/repos/arlac77/repository-provider/badge.svg)](https://coveralls.io/r/arlac77/repository-provider)
[![Known Vulnerabilities](https://snyk.io/test/github/arlac77/repository-provider/badge.svg)](https://snyk.io/test/github/arlac77/repository-provider)
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/repository-provider.svg?style=flat-square)](https://github.com/arlac77/repository-provider/issues)
[![Stories in Ready](https://badge.waffle.io/arlac77/repository-provider.svg?label=ready&title=Ready)](http://waffle.io/arlac77/repository-provider)
[![Dependency Status](https://david-dm.org/arlac77/repository-provider.svg)](https://david-dm.org/arlac77/repository-provider)
[![devDependency Status](https://david-dm.org/arlac77/repository-provider/dev-status.svg)](https://david-dm.org/arlac77/repository-provider#info=devDependencies)
[![docs](http://inch-ci.org/github/arlac77/repository-provider.svg?branch=master)](http://inch-ci.org/github/arlac77/repository-provider)
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo)
[![downloads](http://img.shields.io/npm/dm/repository-provider.svg?style=flat-square)](https://npmjs.org/package/repository-provider)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
repository-provider
=====
abstract interface to git repository providers like github bitbucket

@@ -6,0 +21,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