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

@easyv/cli

Package Overview
Dependencies
Maintainers
11
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@easyv/cli - npm Package Compare versions

Comparing version 1.10.4-beta.10 to 1.10.4-beta.11

2

package.json
{
"name": "@easyv/cli",
"version": "1.10.4-beta.10",
"version": "1.10.4-beta.11",
"description": "Easy[V] component tools",

@@ -5,0 +5,0 @@ "engines": {

@@ -36,3 +36,5 @@ const chalk = require('chalk');

console.log(JSON.stringify(gc), '----gc');
const modulePath = this.context;
const configPath = `${modulePath}/config`;
console.log(JSON.stringify(configPath), '----configPath');

@@ -39,0 +41,0 @@ // build file

@@ -38,4 +38,4 @@ const chalk = require('chalk');

? new https.Agent({
rejectUnauthorized: false,
})
rejectUnauthorized: false,
})
: null,

@@ -42,0 +42,0 @@ };

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