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

timerish

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timerish - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

2

index.js

@@ -9,3 +9,3 @@ module.exports = function () {

timerLog[k] = { k: k, t: diff[0] + diff[1] / 1e9 };
if (extraData) timerLog[k].d = extraData;
if (typeof(extraData) !== "undefined") timerLog[k].d = extraData;
};

@@ -12,0 +12,0 @@

{
"name": "timerish",
"version": "0.1.1",
"version": "1.0.0",
"description": "Stopwatch-y logger-y thing",

@@ -5,0 +5,0 @@ "main": "index.js",

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