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.13 to 1.10.4-beta.14

scripts/utils/getAssets.js

5

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

@@ -34,3 +34,4 @@ "engines": {

"devDependencies": {
"@easyv/sync-to-mirror": "^0.0.2"
"@easyv/sync-to-mirror": "^0.0.2",
"@types/node": "^20.10.3"
},

@@ -37,0 +38,0 @@ "builders": {

10

scripts/pack.js

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

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

@@ -17,2 +17,3 @@ const { Command } = require('commander');

const inquirer = require('inquirer');
const { getConfigAssets } = require('./utils/getAssets')

@@ -38,6 +39,2 @@ function signConstant(payload, secretKey) {

// main.common.assets.json、main.common.assets.js
const configPath = `${appComponents}/${name}/config`;
console.log(JSON.stringify(configPath), '----configPath');
// build file

@@ -108,2 +105,5 @@ const build = require(path.join(

const configAssets = getConfigAssets(base.module_name);
console.log(configAssets, 'configAssets')
// zip

@@ -110,0 +110,0 @@ const bundleZip = path.join(

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