Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pixelblock-cli

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pixelblock-cli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

README.md

4

bin/install.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

.action((component) => {
const templatesDir = path.join(__dirname, '../templates');
const templatesDir = path.join(__dirname, '../components');
const projectRoot = process.cwd();

@@ -29,2 +29,2 @@ const destinationDir = path.join(projectRoot, 'components', 'PixelBlock');

program.parse(process.argv);
program.parse(process.argv);
{
"name": "pixelblock-cli",
"version": "0.0.3",
"version": "0.0.4",
"main": "bin/install.js",

@@ -9,6 +9,7 @@ "bin": {

"dependencies": {
"@types/react": "^18.3.3",
"commander": "^12.1.0",
"fs-extra": "^11.2.0",
"inquirer": "^9.2.22",
"react": "^18.0.0",
"react": "^18.3.1",
"react-dom": "^18.0.0"

@@ -18,5 +19,3 @@ },

"bin",
"lib",
"templates",
"index.js",
"src",
"README.md"

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