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

untracer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

untracer - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

tests/index.test.js

2

index.js

@@ -7,5 +7,7 @@ class Tracer {

* silent = false,
* formatter = JSON.stringify,
* }={}] options
* @param {Function?} [options.log=console.log] The function to be used as the log method when dumping tracings.
* @param {boolean?} [options.silent=false] Determines if dumps should log tracings or not. True means that it will not log.
*
* @memberof Tracer

@@ -12,0 +14,0 @@ */

2

package.json
{
"name": "untracer",
"version": "0.1.0",
"version": "1.0.0",
"description": "A tracer library to help you trace method chains and its code steps.",

@@ -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