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

namirasoft-node-cli

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

namirasoft-node-cli - npm Package Compare versions

Comparing version 1.4.1 to 1.4.2

2

dist/ConfigGetItemCommand.js

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

object[this.key] = value;
this.app.logger.success(JSON.stringify({ url: value }));
this.app.logger.success(JSON.stringify(object));
});

@@ -27,0 +27,0 @@ }

@@ -11,3 +11,3 @@ {

"private": false,
"version": "1.4.1",
"version": "1.4.2",
"author": "Amir Abolhasani",

@@ -14,0 +14,0 @@ "license": "MIT",

@@ -16,4 +16,4 @@ import { BaseFinalCommand } from "./BaseFinalCommand";

object[this.key] = value;
this.app.logger.success(JSON.stringify({ url: value }));
this.app.logger.success(JSON.stringify(object));
}
}

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