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

@builder.io/dev-tools

Package Overview
Dependencies
Maintainers
13
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/dev-tools

Builder.io Dev Tools

  • 0.0.1
  • npm
  • Socket score

Version published
Weekly downloads
7.5K
decreased by-38.83%
Maintainers
13
Weekly downloads
 
Created
Source

Builder Dev Tools

Setup and integrate Builder during development using the Dev Tools plugin.

Vite

Import builderDevTools from @builder.io/dev-tools/vite and place it as the the first plugin to ensure it runs before others.

import { defineConfig } from "vite";
import { builderDevTools } from "@builder.io/dev-tools/vite";

export default defineConfig(() => {
  return {
    plugins: [builderDevTools()],
  };
});

FAQs

Package last updated on 03 Jun 2023

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

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