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

clockwork-browser

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockwork-browser

Clockwork client-side metrics collection and toolbar.

  • 1.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
741
increased by24.54%
Maintainers
1
Weekly downloads
 
Created
Source

Clockwork is a development tool for PHP available right in your browser. Clockwork gives you an insight into your application runtime - including request data, performance metrics, log entries, database queries, cache queries, redis commands, dispatched events, queued jobs, rendered views and more - for HTTP requests, commands, queue jobs and tests.

This repository contains the client-side metrics and toolbar components of Clockwork.

Check out on the Clockwork website for details.

Installation

This is an optional client-side component for Clockwork, adding support for client-side metrics and Clockwork toolbar.

Via NPM

Clockwork client-side component can be installed via npm:

$ npm install clockwork-browser

Next simply import the metrics, toolbar or both in your app.js:

import 'clockwork-browser/metrics'
import 'clockwork-browser/toolbar'

From CDN

You can also load the client-side scripts form a cdn:

<script src="https://cdn.jsdelivr.net/gh/underground-works/clockwork-browser@1/dist/metrics.js"></script>
<script src="https://cdn.jsdelivr.net/gh/underground-works/clockwork-browser@1/dist/toolbar.js"></script>

The cdn builds are transpiled to support all browsers with more than 1% market share. The cdn bundle sizes are 6.14K for metrics.js and 23.8K for toolbar.js.

Read the full installation guide on the Clockwork website.

Development

Use npm run build to build the cdn bundles.

Keywords

FAQs

Package last updated on 30 Mar 2022

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