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

gitee

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitee - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

build-pages.js

@@ -5,2 +5,3 @@ const https = require('https')

function doBuildPages (config) {
console.log(`正在请求构建gitee.com/${config.owner}/${config.repo}仓库的Pages服务`)
const body = JSON.stringify({

@@ -7,0 +8,0 @@ access_token: config.access_token

5

package.json
{
"name": "gitee",
"version": "1.0.3",
"version": "1.0.4",
"description": "通过命令行使用Gitee Open API接口提供的服务",

@@ -14,3 +14,4 @@ "main": "gitee.js",

"scripts": {
"test-build-pages": "node . build-pages --config=./gitee_open_api.json"
"test-build-pages": "node . build-pages --config=./gitee_open_api.json",
"test": "npm run test-build-pages"
},

@@ -17,0 +18,0 @@ "repository": {

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