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

akuku

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

akuku - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

6

History.md
1.1.2 / 2020-06-03
==================
* upgrade tape to ~5
* document AKUKU env variable
1.1.1 / 2019-03-07

@@ -3,0 +9,0 @@ ==================

4

package.json
{
"name": "akuku",
"version": "1.1.1",
"version": "1.1.2",
"description": "Small timing counter utility.",

@@ -24,3 +24,3 @@ "author": {

"tap-spec": "^5.0.0",
"tape": "^4.10.1"
"tape": "^5.0.0"
},

@@ -27,0 +27,0 @@ "scripts": {

@@ -45,3 +45,10 @@ [![NPM version][npm-image]][npm-url]

## Environment
The `AKUKU` environment variable has to be set to `1`, `on`, or `true` to enable `akuku` timers and counters.
AKUKU=1 node myapp
When `AKUKU` is not defined or set to a _falsy_ value `akuku` API is implemented using empty stubs.
## API

@@ -48,0 +55,0 @@

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