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

amplify-python-function-runtime-provider

Package Overview
Dependencies
Maintainers
1
Versions
699
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplify-python-function-runtime-provider - npm Package Compare versions

Comparing version 1.0.1-alpha.2876 to 1.0.1-alpha.2882

2

lib/util/depUtils.js

@@ -6,3 +6,3 @@ "use strict";

const minPyVersion = semver_1.coerce('3.8');
const pythonErrMsg = 'You must have python >= 3.8 installed and available on your PATH as "python3". It can be installed at https://www.python.org/downloads';
const pythonErrMsg = 'You must have python >= 3.8 installed and available on your PATH as "python3". It can be installed from https://www.python.org/downloads';
const pipenvErrMsg = 'You must have pipenv installed and available on your PATH as "pipenv". It can be installed by running "pip3 install --user pipenv".';

@@ -9,0 +9,0 @@ async function checkDeps() {

{
"name": "amplify-python-function-runtime-provider",
"version": "1.0.1-alpha.2876+19b2d8051",
"version": "1.0.1-alpha.2882+5093654a8",
"description": "Provides functionality related to functions in Python on AWS",

@@ -24,3 +24,3 @@ "repository": {

"dependencies": {
"amplify-function-plugin-interface": "1.2.1-alpha.37+19b2d8051",
"amplify-function-plugin-interface": "1.2.1-alpha.43+5093654a8",
"archiver": "^3.1.1",

@@ -36,3 +36,3 @@ "execa": "^4.0.0",

},
"gitHead": "19b2d8051ac81630b0f2b29ca5c2f4bb9fa33221"
"gitHead": "5093654a8a402a9290275a838c393dd115c0b897"
}

Sorry, the diff of this file is not supported yet

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