Socket
Socket
Sign inDemoInstall

alicloud-fc-helper

Package Overview
Dependencies
7
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

7

lib/buildConfig.js

@@ -19,4 +19,5 @@ const fs = require('fs').promises

debug('fcDir', fcDir)
let pkg = require(path.join(fcDir, 'package.json'))
let pkg
try {
pkg = require(path.join(fcDir, 'package.json'))
if (!pkg.alicloudFcService) {

@@ -28,2 +29,6 @@ pkg = merge({}, require(path.join(fcDir, '..', 'package.json')), pkg)

}
if (!pkg) {
console.log('skip', fcDir)
return
}
const { alicloudFcNas, alicloudFc, alicloudFcService, serviceName } = pkg

@@ -30,0 +35,0 @@ assert(alicloudFcService, 'required alicloudFcService')

2

package.json
{
"name": "alicloud-fc-helper",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "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