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.32 to 1.10.4-beta.33

2

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

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

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

name: base.module_name,
staticResources,
file: {

@@ -67,4 +66,6 @@ value: fs.createReadStream(file),

isMobile,
staticResources,
moduleInfo: base,
moduleInfo: Object.assign(
base,
staticResources
),
},

@@ -88,3 +89,6 @@ });

isMobile,
moduleInfo: base,
moduleInfo: Object.assign(
base,
staticResources
),
},

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