Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@timberio/browser
Advanced tools
New to Timber? Here's a low-down on logging in Javascript.
@timberio/browser
This NPM library is for logging in the browser.
Here's how to get started:
If you're using a module bundler like Webpack or Rollup, you can install the package directly from NPM:
npm i @timberio/browser
In ES6/Typescript, import the Timber
class:
import { Timber } from "@timberio/browser";
For CommonJS, require the package:
const { Timber } = require("@timberio/browser");
<script>
tagIf you're not using a Node.js module bundler, you can log in any client-side app by dropping in a <script>
tag:
<script src="https://unpkg.com/@timberio/browser@0.16.0/dist/umd/timber.js"></script>
This will place the Timber
class on window.Timber
.
You can instantiate the client in the same way, whether you use a module bundler or the <script>
tag method.
Simply pass your Timber.io API key as a parameter to a new Timber
instance:
const timber = new Timber("api-goes-here");
TBA
FAQs
Timber.io browser logging
The npm package @timberio/browser receives a total of 42 weekly downloads. As such, @timberio/browser popularity was classified as not popular.
We found that @timberio/browser demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.