New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@tinyhttp/logger

Package Overview
Dependencies
Maintainers
1
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tinyhttp/logger - npm Package Compare versions

Comparing version
1.1.13
to
1.1.14
+1
-1
dist/index.d.ts

@@ -1,2 +0,2 @@

import { Request, Response } from '@tinyhttp/app';
import { ServerResponse as Response, IncomingMessage as Request } from 'http';
export interface LoggerOptions {

@@ -3,0 +3,0 @@ methods?: string[];

{
"name": "@tinyhttp/logger",
"version": "1.1.13",
"type": "module",
"description": "simple HTTP logger for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
"repository": {
"type": "git",
"url": "https://github.com/talentlessguy/tinyhttp.git",
"directory": "packages/logger"
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./": "./"
},
"keywords": [
"tinyhttp",
"node.js",
"web framework",
"web",
"backend",
"logger"
],
"author": "v1rtl",
"license": "MIT",
"dependencies": {
"@tinyhttp/app": "1.1.12",
"colorette": "^1.2.1",
"dayjs": "^1.10.4",
"http-status-emojis": "^2.2.0"
},
"engines": {
"node": ">=12.4.0"
},
"scripts": {
"build": "rollup -c ./rollup.config.js"
}
"name": "@tinyhttp/logger",
"version": "1.1.14",
"type": "module",
"description": "simple HTTP logger for tinyhttp",
"homepage": "https://tinyhttp.v1rtl.site",
"repository": {
"type": "git",
"url": "https://github.com/talentlessguy/tinyhttp.git",
"directory": "packages/logger"
},
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"module": "dist/index.js",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./package.json": "./package.json",
"./": "./"
},
"keywords": [
"tinyhttp",
"node.js",
"web framework",
"web",
"backend",
"logger"
],
"author": "v1rtl",
"license": "MIT",
"dependencies": {
"colorette": "^1.2.1",
"dayjs": "^1.10.4",
"http-status-emojis": "^2.2.0"
},
"engines": {
"node": ">=12.4.0"
},
"scripts": {
"build": "rollup -c ./rollup.config.js"
}
}