@tinyhttp/logger
Advanced tools
+16
-16
@@ -13,19 +13,19 @@ 'use strict'; | ||
| function _interopNamespace(e) { | ||
| if (e && e.__esModule) return e; | ||
| var n = Object.create(null); | ||
| if (e) { | ||
| Object.keys(e).forEach(function (k) { | ||
| if (k !== 'default') { | ||
| var d = Object.getOwnPropertyDescriptor(e, k); | ||
| Object.defineProperty(n, k, d.get ? d : { | ||
| enumerable: true, | ||
| get: function () { | ||
| return e[k]; | ||
| } | ||
| if (e && e.__esModule) return e; | ||
| var n = Object.create(null); | ||
| if (e) { | ||
| Object.keys(e).forEach(function (k) { | ||
| if (k !== 'default') { | ||
| var d = Object.getOwnPropertyDescriptor(e, k); | ||
| Object.defineProperty(n, k, d.get ? d : { | ||
| enumerable: true, | ||
| get: function () { | ||
| return e[k]; | ||
| } | ||
| }); | ||
| } | ||
| }); | ||
| } | ||
| }); | ||
| } | ||
| n['default'] = e; | ||
| return Object.freeze(n); | ||
| } | ||
| n['default'] = e; | ||
| return Object.freeze(n); | ||
| } | ||
@@ -32,0 +32,0 @@ |
+0
-0
@@ -0,0 +0,0 @@ import { Request, Response } from '@tinyhttp/app'; |
+0
-0
@@ -0,0 +0,0 @@ import { magenta, bold, red, cyan } from 'colorette'; |
+2
-2
| { | ||
| "name": "@tinyhttp/logger", | ||
| "version": "1.1.10", | ||
| "version": "1.1.11", | ||
| "type": "module", | ||
@@ -34,3 +34,3 @@ "description": "simple HTTP logger for tinyhttp", | ||
| "dependencies": { | ||
| "@tinyhttp/app": "1.1.10", | ||
| "@tinyhttp/app": "1.1.11", | ||
| "colorette": "^1.2.1", | ||
@@ -37,0 +37,0 @@ "dayjs": "^1.9.6", |
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
10845
-0.26%+ Added
+ Added
- Removed
- Removed
Updated