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.11 to 1.10.4-beta.12

2

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

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

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

} = require('./utils');
const { appPackage, getPluginRoot, appBuild } = require('./paths');
const { appPackage, getPluginRoot, appBuild, appComponents } = require('./paths');
const crypto = require('crypto');

@@ -37,4 +37,4 @@ const { Command } = require('commander');

const modulePath = this.context;
const configPath = `${modulePath}/config`;
// main.common.assets.json、main.common.assets.js
const configPath = `${appComponents}/${builderName}/config`;
console.log(JSON.stringify(configPath), '----configPath');

@@ -41,0 +41,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