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

@debugr/http-formatter

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@debugr/http-formatter - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+3
-1
dist/index.d.ts

@@ -1,3 +0,5 @@

import { FormatterPlugin, LogEntry, Plugin } from '@debugr/core';
// Generated by dts-bundle-generator v5.9.0
import { FormatterPlugin, LogEntry } from '@debugr/core';
export declare class HttpFormatter implements FormatterPlugin {

@@ -4,0 +6,0 @@ readonly id: string;

{
"name": "@debugr/http-formatter",
"version": "1.0.0",
"version": "1.0.1",
"description": "HTTP request and response formatter plugin for Advanced application logger",

@@ -23,6 +23,3 @@ "author": {

"build": {
"src": "src/index.ts",
"externals": [
"@debugr/core"
]
"src": "src/index.ts"
},

@@ -45,3 +42,3 @@ "files": [

},
"gitHead": "2de50905a2f55bc16042bb3fb7e53330646f2bf6"
"gitHead": "f853fb915f2c08d9d2fae8075e4293fa50e88dc5"
}