Socket
Socket
Sign inDemoInstall

push-to-repo

Package Overview
Dependencies
3
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.3 to 0.0.4

2

bin/index.js

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

DEBUG = !!program.debug
FILE_NAME = program.fileName
FILE_NAME = encodeURIComponent(program.fileName)
BASE_URL = program.url

@@ -115,0 +115,0 @@

# Changelog
## v0.0.4 - 2020-12-26
- Fix: properly URL encode file path.
## v0.0.3 - 2020-12-26
- Added better debug info.
- Fix: added better debug info.
## v0.0.2 - 2020-12-16
- Bugfixes.
- Fix: bugfixes.

@@ -10,0 +13,0 @@ ## v0.0.1 - 2020-12-16

{
"name": "push-to-repo",
"version": "0.0.3",
"version": "0.0.4",
"description": "Commit changes back to the repo from a GitLab CI job.",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc