satcheljs-trace
Advanced tools
Comparing version 2.14.1 to 2.15.0
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var trace_1 = require("./trace"); | ||
exports.trace = trace_1.default; |
"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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3283
25
+ Addedsatcheljs@2.15.0(transitive)
- Removedsatcheljs@2.14.1(transitive)
Updatedsatcheljs@2.15.0