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

backup-github-repo

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backup-github-repo - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

bin/init_config.js

@@ -28,3 +28,3 @@ #!/usr/bin/env node

const tokenPattern = /^[0-9a-f]{40}$/
const tokenPattern = /^\w{40}$/
const requestToken = async () => {

@@ -31,0 +31,0 @@ const token = await prompt(`

{
"name": "backup-github-repo",
"version": "1.1.0",
"version": "1.1.1",
"description": "Backup all the issues and pull requests of a Github repo, including the comments, events, and labels, as JSON and as HTML",

@@ -21,3 +21,4 @@ "bin": {

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"postpublish": "git push --tags"
},

@@ -24,0 +25,0 @@ "keywords": [

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