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

@adobe/aio-cli-plugin-runtime

Package Overview
Dependencies
Maintainers
19
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@adobe/aio-cli-plugin-runtime - npm Package Compare versions

Comparing version 5.0.1-0 to 5.0.1-next.0

4

package.json
{
"name": "@adobe/aio-cli-plugin-runtime",
"description": "Adobe I/O Runtime commands for the Adobe I/O CLI",
"version": "5.0.1-0",
"version": "5.0.1-next.0",
"author": "Adobe Inc.",

@@ -12,2 +12,3 @@ "bugs": "https://github.com/adobe/aio-cli-plugin-runtime/issues",

"@adobe/aio-lib-core-config": "^2.0.0",
"@adobe/aio-lib-core-networking": "github:adobe/aio-lib-core-networking#master",
"@adobe/aio-lib-runtime": "github:adobe/aio-lib-runtime#proxy-support",

@@ -26,3 +27,2 @@ "@oclif/command": "^1.5.6",

"lodash.clonedeep": "^4.5.0",
"node-fetch": "^2.6.0",
"openwhisk": "^3.21.2",

@@ -29,0 +29,0 @@ "openwhisk-fqn": "^0.0.2",

@@ -15,3 +15,3 @@ /*

const { cli } = require('cli-ux')
const fetch = require('node-fetch')
const { createFetch } = require('@adobe/aio-lib-core-networking')
const { PropertyKey, PropertyDefault, propertiesFile, PropertyEnv } = require('../../../properties')

@@ -79,2 +79,3 @@ const debug = require('debug')('aio-cli-plugin-runtime/property')

debug(`Getting data from url ${uri} ...\n`)
const fetch = createFetch()
const response = await fetch(uri)

@@ -81,0 +82,0 @@ result = await response.json()

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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