New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

probot-app-migrations

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

probot-app-migrations - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6-0

.buildkite/pipeline.yml

4

index.js

@@ -46,3 +46,3 @@ /** Copyright (c) 2017 Uber Technologies, Inc.

const labels = await context.github.issues.getIssueLabels(
const labels = await context.github.issues.listLabelsOnIssue(
context.repo({number: pr.number}),

@@ -75,3 +75,3 @@ );

try {
const res = await context.github.repos.getContent(
const res = await context.github.repos.getContents(
context.repo({

@@ -78,0 +78,0 @@ path: join(pkg, 'docs/migrations'),

{
"name": "probot-app-migrations",
"version": "1.0.5",
"version": "1.0.6-0",
"description": "GitHub App that that enforces the creation of migration guides",

@@ -11,2 +11,3 @@ "author": "Ryan Tsao <ryan.j.tsao@gmail.com>",

"test": "npm run lint && jest",
"jest": "jest",
"lint": "eslint .",

@@ -16,10 +17,10 @@ "fix": "eslint . --fix"

"dependencies": {
"probot": "^3.0.0"
"probot": "^9.2.10"
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-plugin-prettier": "^2.3.1",
"jest": "^21.2.1",
"localtunnel": "^1.8.3",
"prettier": "^1.7.4"
"eslint": "5.14.1",
"eslint-plugin-prettier": "3.0.1",
"jest": "23.6.0",
"localtunnel": "1.9.1",
"prettier": "1.16.4"
},

@@ -26,0 +27,0 @@ "engines": {

@@ -21,4 +21,4 @@ # probot-app-migrations

[build-badge]: https://travis-ci.org/uber-web/probot-app-migrations.svg?branch=master
[build-href]: https://travis-ci.org/uber-web/probot-app-migrations
[build-badge]: https://badge.buildkite.com/5a325d0821e51b75ce1dd78ed08a432d10ef7d892fdde24ea8.svg?branch=master
[build-href]: https://buildkite.com/uberopensource/probot-app-migrations
[deps-badge]: https://david-dm.org/uber-web/probot-app-migrations.svg

@@ -25,0 +25,0 @@ [deps-href]: https://david-dm.org/uber-web/probot-app-migrations

Sorry, the diff of this file is not supported yet

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