Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github-cherry-pick

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-cherry-pick - npm Package Compare versions

Comparing version 0.1.8 to 0.1.9

4

package.json

@@ -9,3 +9,2 @@ {

"devDependencies": {
"@octokit/rest": "^15.9.4",
"babel-cli": "^6.26.0",

@@ -17,3 +16,2 @@ "babel-core": "^6.26.3",

"babel-preset-flow": "^6.23.0",
"envalid": "^4.1.4",
"eslint": "^5.3.0",

@@ -58,3 +56,3 @@ "eslint-config-prettier": "^2.9.0",

},
"version": "0.1.8"
"version": "0.1.9"
}

@@ -13,5 +13,5 @@ [![npm version](https://img.shields.io/npm/v/github-cherry-pick.svg)](https://npmjs.org/package/github-cherry-pick)

```javascript
const githubCherryPick = require("github-cherry-pick");
const cherryPickCommits = require("github-cherry-pick");
githubCherryPick({
cherryPickCommits({
// The SHA list of the commits to cherry-pick.

@@ -27,3 +27,2 @@ // The commits will be cherry-picked in the order they appear in the array.

// An already authenticated instance of https://www.npmjs.com/package/@octokit/rest.
// Its version should preferably be the same than the one in github-cherry-pick's package.json.
octokit,

@@ -30,0 +29,0 @@ // The login of the repository owner.

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