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
85
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.5.0 to 1.6.0

CHANGELOG.md

2

package.json
{
"name": "@nxlv/python",
"version": "1.5.0",
"version": "1.6.0",
"description": "Custom NX Plugin to support the Python language",

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

@@ -11,2 +11,4 @@ "use strict";

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
try {

@@ -13,0 +15,0 @@ const projectConfig = context.workspace.projects[context.projectName];

@@ -18,2 +18,3 @@ "use strict";

const workspaceRoot = context.root;
process.chdir(workspaceRoot);
try {

@@ -20,0 +21,0 @@ logger.info((0, chalk_1.default) `\n {bold Building project {bgBlue ${context.projectName} }...}\n`);

@@ -13,2 +13,4 @@ "use strict";

logger.setOptions(options);
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
try {

@@ -15,0 +17,0 @@ logger.info((0, chalk_1.default) `\n {bold Running flake8 linting on project {bgBlue ${context.projectName} }...}\n`);

@@ -12,2 +12,4 @@ "use strict";

logger.setOptions(options);
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
try {

@@ -14,0 +16,0 @@ const projectConfig = context.workspace.projects[context.projectName];

@@ -11,2 +11,4 @@ "use strict";

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
try {

@@ -13,0 +15,0 @@ const projectConfig = context.workspace.projects[context.projectName];

@@ -12,2 +12,4 @@ "use strict";

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
const projectConfig = context.workspace.projects[context.projectName];

@@ -14,0 +16,0 @@ const cwd = projectConfig.root;

@@ -12,2 +12,4 @@ "use strict";

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
const projectConfig = context.workspace.projects[context.projectName];

@@ -14,0 +16,0 @@ const cwd = projectConfig.root;

@@ -13,2 +13,4 @@ "use strict";

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
logger.setOptions(options);

@@ -15,0 +17,0 @@ try {

@@ -13,2 +13,4 @@ "use strict";

return (0, tslib_1.__awaiter)(this, void 0, void 0, function* () {
const workspaceRoot = context.root;
process.chdir(workspaceRoot);
try {

@@ -15,0 +17,0 @@ const projectConfig = context.workspace.projects[context.projectName];

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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