Socket
Socket
Sign inDemoInstall

github-build

Package Overview
Dependencies
4
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

index.js

@@ -9,3 +9,3 @@ const axios = require('axios')

}
start () {return update(this.meta, 'pending')}
start (message) {return update(this.meta, message, 'pending')}
pass (message) {return update(this.meta, message, 'success')}

@@ -12,0 +12,0 @@ fail (message) {return update(this.meta, message, 'failure')}

{
"name": "github-build",
"version": "1.1.0",
"version": "1.1.1",
"description": "Github builds/checks for CI",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [

@@ -7,0 +10,0 @@ "github",

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