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

satcheljs-trace

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs-trace - npm Package Compare versions

Comparing version 2.14.1 to 2.15.0

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var trace_1 = require("./trace");
exports.trace = trace_1.default;

2

lib/trace.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var depth = 0;

@@ -13,3 +14,2 @@ function trace(next, action, actionType, args, actionContext) {

}
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = trace;

@@ -16,0 +16,0 @@ function log(message) {

{
"name": "satcheljs-trace",
"version": "2.14.1",
"version": "2.15.0",
"description": "Tracing middleware for SatchelJS.",

@@ -15,3 +15,3 @@ "main": "./lib/index.js",

"dependencies": {
"satcheljs": "2.14.1"
"satcheljs": "2.15.0"
},

@@ -18,0 +18,0 @@ "devDependencies": {

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