Socket
Socket
Sign inDemoInstall

memfs-or-file-map-to-github-branch

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

memfs-or-file-map-to-github-branch - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "memfs-or-file-map-to-github-branch",
"version": "1.0.0",
"version": "1.0.1",
"description": "Handles making a GitHub branch with the commits from a memfs instance or a file map",

@@ -11,8 +11,8 @@ "main": "build/index.js",

"devDependencies": {
"@types/node": "^10.9.4",
"typescript": "^3.0.3"
"@types/node": "^10.11.3",
"typescript": "^3.1.1"
},
"dependencies": {
"@octokit/rest": "*"
"@octokit/rest": "15.12.1"
}
}

@@ -12,5 +12,9 @@ ## Take a Source Object and Make a Branch via the GitHub API

}
await filepathContentsMapToUpdateGitHubBranch(api, { README: "### My README" }, settings)
await filepathContentsMapToUpdateGitHubBranch(api, { "README.md": "### My README" }, settings)
```
and it will make a branch on that repo with those new file contents.
---
Full Reference:

@@ -17,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