New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

build-chrome-extension

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-chrome-extension - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

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

// Show Title
console.log(chalk.yellow(figlet.textSync("Create Chrome Ext.", { horizontalLayout: "full" })));
console.log(chalk.yellow(figlet.textSync("Build Chrome Ext.", { horizontalLayout: "full" })));
console.log('By', chalk.blueBright('M2K Developments'));

@@ -36,0 +36,0 @@

{
"name": "build-chrome-extension",
"version": "1.0.0",
"version": "1.0.1",
"description": "Node Js CLI tool that auto generates the necessary files and manifest.json for the chrome extension you want to build.",

@@ -5,0 +5,0 @@ "main": "index.js",

# create-chrome-extension
![Static Badge](https://img.shields.io/badge/manifest_version_3-blue?style=plastic&logo=chrome&logoColor=%23AA4477&logoSize=20&label=chrome%20extension)
![Static Badge](https://img.shields.io/badge/v1.0.0-maroon?style=plastic&logo=npm&logoColor=maroon&logoSize=20&label=version)
![Static Badge](https://img.shields.io/badge/v1.0.1-maroon?style=plastic&logo=npm&logoColor=maroon&logoSize=20&label=version)
![Static Badge](https://img.shields.io/badge/MIT-green?style=plastic&logo=license&logoColor=green&label=license)

@@ -16,3 +16,3 @@ ![Static Badge](https://img.shields.io/badge/m2kdevelopments-purple?style=plastic&logo=github&logoColor=purple&label=developer&link=https%3A%2F%2Fgithub.com%2Fm2kdevelopments)

## Build Create Chrome Extension Template
## Build Chrome Extension Template
<img src="./assets/logo.png" alt="logo" width="50px"/>

@@ -19,0 +19,0 @@ Node JS CLI tool that auto generates the necessary files for your Manifest 3 Chrome Extension in your <strong>favourite framework</strong>.

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