New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blessnet

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blessnet - npm Package Compare versions

Comparing version 1.0.18 to 1.0.19

8

lib/invoke.js

@@ -50,6 +50,6 @@ const { execSync } = require('node:child_process');

// Check if the build file exists
if (!fs.existsSync(targetPath)) {
console.log('Build file not found, running build...');
await buildCommand.parseAsync(['node', 'build.js', '--debug']); // Run build command with debug option
}
// if (!fs.existsSync(targetPath)) {
// console.log('Build file not found, running build...');
// await buildCommand.parseAsync(['node', 'build.js', '--debug']); // Run build command with debug option
// }

@@ -56,0 +56,0 @@ const result = execSync(`echo "${stdinString}" | ${envString} ${runtimePath} ${targetPath}`, {

{
"name": "blessnet",
"version": "1.0.18",
"version": "1.0.19",
"description": "The CLI tool for interacting with blessnet",

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

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