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

@furystack/logging

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@furystack/logging - npm Package Compare versions

Comparing version 2.0.23 to 2.0.24

0

dist/abstract-logger.d.ts

@@ -0,0 +0,0 @@ import { LeveledLogEntry, LogEntry } from './log-entries';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AbstractLogger } from './abstract-logger';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export * from './abstract-logger';

1

dist/index.js

@@ -8,4 +8,5 @@ "use strict";

tslib_1.__exportStar(require("./logger-collection"), exports);
tslib_1.__exportStar(require("./logger"), exports);
tslib_1.__exportStar(require("./log-entries"), exports);
require("./injector-extensions");
//# sourceMappingURL=index.js.map

@@ -0,0 +0,0 @@ import { Constructable } from '@furystack/inject';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AbstractLogger } from './abstract-logger';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { LeveledLogEntry, LogEntry } from './log-entries';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=logger.js.map
import './injector-extensions';
//# sourceMappingURL=logger.spec.d.ts.map

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AbstractLogger } from './abstract-logger';

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "@furystack/logging",
"version": "2.0.23",
"version": "2.0.24",
"description": "Logging API for FuryStack package",

@@ -32,8 +32,8 @@ "main": "dist/index.js",

"dependencies": {
"@furystack/inject": "^4.0.16",
"@furystack/utils": "^1.1.9",
"@furystack/inject": "^4.0.17",
"@furystack/utils": "^1.1.10",
"tslib": "^1.11.1"
},
"typings": "./dist/index.d.ts",
"gitHead": "5bcb961f340d2283c0b929421e7d04f7b01852f0"
"gitHead": "7bc33e6ebee975d23e4e782e37e398472c726b1d"
}

@@ -0,0 +0,0 @@ # @furystack/logging

@@ -0,0 +0,0 @@ import { LeveledLogEntry, LogEntry, LogLevel } from './log-entries'

@@ -0,0 +0,0 @@ export * from './abstract-logger'

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { LeveledLogEntry, LogEntry } from './log-entries'

@@ -0,0 +0,0 @@ import { AbstractLogger } from './abstract-logger'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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