New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

quick-edits

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

quick-edits

Quickly locates the code you need to edit. Optimizes the frontend development workflow.

latest
Source
npmnpm
Version
0.2.7
Version published
Maintainers
1
Created
Source

Quick Edits 🚀

Quickly locates the code you need to edit. Optimizes the frontend development workflow.

Usage

Popup

Provides a quick way to test TailwindCSS classes and jump to the code you need to edit.

How to use popup

Extension Settings

Offers a few settings to configure the project code folder that includes the code you want to search through and an editor select box.

Extension settings popup

Installation

Quick Install 🚀

Follow the docs to follow the quick install guide.

Manual Installation

If you're on MacOS simply start the new ./start.sh command and it'll attempt to configure it for you. Otherwise continue with this installation.

Chrome Extension

Install and build Chrome Extension.

  cd browser-extension
  npm install --legacy-peer-deps
  npm run build

Native Code Search Module

  cd native-module
  go install
  go build
MacOS Config
  cd /Library/Google/Chrome/NativeMessagingHosts
  sudo touch com.my_company.my_application.json

Add this as content of com.my_company.my_application.json

{
  "name": "com.my_company.my_application",
  "description": "Quick Edits",
  "path": "/absolute/path/to/built/go/module/m",
  "type": "stdio",
  "allowed_origins": ["chrome-extension://yourchromeextensionid/"]
}

Keywords

chrome-extension

FAQs

Package last updated on 26 Aug 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts