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

nanotiming

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nanotiming - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

2

index.js

@@ -26,3 +26,3 @@ var assert = require('assert')

var name = partial ? this._name + ':' + partial : this._name
var name = partial ? this._name + '/' + partial : this._name
var endName = name + '-end-' + uuid

@@ -29,0 +29,0 @@ var startName = name + '-start-' + uuid

@@ -5,3 +5,3 @@ {

"repository": "yoshuawuyts/nanotiming",
"version": "2.0.0",
"version": "3.0.0",
"scripts": {

@@ -8,0 +8,0 @@ "deps": "dependency-check . && dependency-check . --extra --no-dev",

@@ -37,3 +37,3 @@ # nanotiming [![stability][0]][1]

Start a timing. Takes a method name. The method name is concatenated to the
instance name as `<instanceName>:<methodName>`. If no method name is passed,
instance name as `<instanceName>/<methodName>`. If no method name is passed,
it'll fall back to only using the instance name. It's recommended that per

@@ -40,0 +40,0 @@ instance to either always use method names, or never.

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