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

@nxlv/python

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nxlv/python - npm Package Compare versions

Comparing version 1.8.0-beta.1 to 1.8.0-beta.2

2

package.json
{
"name": "@nxlv/python",
"version": "1.8.0-beta.1",
"version": "1.8.0-beta.2",
"description": "Custom NX Plugin to support the Python language",

@@ -5,0 +5,0 @@ "main": "src/index.js",

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

const executable = 'npx';
const deployArgs = ['sls', 'deploy', '--stage', options.stage]
const deployArgs = ['serverless', 'deploy', '--stage', options.stage]
.concat(options.verbose ? ['--verbose'] : [])

@@ -32,0 +32,0 @@ .concat(options.force ? ['--force'] : []);

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