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

@onflow/util-logger

Package Overview
Dependencies
Maintainers
0
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/util-logger - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3-alpha.0

6

CHANGELOG.md
# @onflow/util-logger
## 1.3.3-alpha.0
### Patch Changes
- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies
## 1.3.2

@@ -4,0 +10,0 @@

2

dist/util-logger.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
// Config dependency injected into logger to break circular dependency

@@ -6,0 +4,0 @@ let config = null;

@@ -142,5 +142,3 @@ (function (global, factory) {

Object.defineProperty(exports, '__esModule', { value: true });
}));
//# sourceMappingURL=util-logger.umd.js.map
{
"name": "@onflow/util-logger",
"version": "1.3.2",
"version": "1.3.3-alpha.0",
"description": "Logger for FCL-JS",

@@ -16,10 +16,10 @@ "license": "Apache-2.0",

"devDependencies": {
"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "1.4.2",
"@types/jest": "^29.5.3",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-plugin-jsdoc": "^46.9.0",
"jest": "^29.5.0"
"@babel/preset-typescript": "^7.25.7",
"@onflow/fcl-bundle": "1.5.1-alpha.0",
"@types/jest": "^29.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"eslint-plugin-jsdoc": "^46.10.1",
"jest": "^29.7.0"
},

@@ -39,3 +39,3 @@ "source": "src/util-logger.ts",

"dependencies": {
"@babel/runtime": "^7.18.6"
"@babel/runtime": "^7.25.7"
},

@@ -42,0 +42,0 @@ "peerDependencies": {

@@ -48,9 +48,9 @@ export declare const setConfig: (_config: any) => void;

deprecate<T, U>(options: {
pkg?: string | undefined;
subject?: string | undefined;
transition?: string | undefined;
level?: number | undefined;
message?: string | undefined;
callback?: ((...args: T[]) => U) | undefined;
}): Promise<void> | ((...args: T[]) => Promise<U>);
pkg?: string;
subject?: string;
transition?: string;
level?: number;
message?: string;
callback?: (...args: T[]) => U;
}): ((...args: T[]) => Promise<U>) | Promise<void>;
};

Sorry, the diff of this file is not supported yet

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