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
2
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.0.24 to 1.0.25

2

package.json
{
"name": "@easyv/cli",
"version": "1.0.24",
"version": "1.0.25",
"description": "Easy[V] component tools",

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

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

const [{ file, base }, { publicKey, privateKey }] = await Promise.all([build(moduleName), getToken()])
const [{ file, base }, { publicKey, privateKey }] = await Promise.all([build(moduleName, { unique: false }), getToken()])

@@ -50,0 +50,0 @@ const commonOption = {

@@ -20,6 +20,4 @@ {

"components": "src/components",
"builder": "react-component-builder",
"host": "http://example",
"assets": "https://example/"
"builder": "react-component-builder"
}
}
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