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

@effect-aws/powertools-logger

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect-aws/powertools-logger - npm Package Compare versions

Comparing version 0.4.1 to 0.5.0

6

CHANGELOG.md
# @effect-aws/powertools-logger
## 0.5.0
### Minor Changes
- [`0a969d8`](https://github.com/floydspace/effect-aws/commit/0a969d8a74c3bf1b87ff6a1c8bf689af849797e1) Thanks [@floydspace](https://github.com/floydspace)! - upgrade effect peer version
## 0.4.1

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

2

lib/Context.d.ts

@@ -6,3 +6,3 @@ import { Logger } from "@aws-lambda-powertools/logger";

import * as Layer from "effect/Layer";
declare const LoggerOptions_base: new <A extends Record<string, any>>(args: import("effect/dist/declarations/src/Types").Equals<Omit<A, keyof import("effect/dist/declarations/src/Equal").Equal>, {}> extends true ? void : { readonly [P in keyof A as P extends "_tag" | keyof import("effect/dist/declarations/src/Equal").Equal ? never : P]: A[P]; }) => Data.Data<Readonly<A> & {
declare const LoggerOptions_base: new <A extends Record<string, any>>(args: import("effect/Types").Equals<Omit<A, keyof import("effect/Equal").Equal>, {}> extends true ? void : { readonly [P in keyof A as P extends "_tag" | keyof import("effect/Equal").Equal ? never : P]: A[P]; }) => Data.Data<Readonly<A> & {
readonly _tag: "LoggerOptions";

@@ -9,0 +9,0 @@ }>;

@@ -14,3 +14,3 @@ {

"@typescript-eslint/parser": "^6",
"effect": "2.0.0-next.52",
"effect": "2.0.0-next.55",
"eslint": "^8",

@@ -29,3 +29,3 @@ "eslint-config-prettier": "^9.0.0",

"peerDependencies": {
"effect": "^2.0.0-next.52"
"effect": "^2.0.0-next.55"
},

@@ -40,3 +40,3 @@ "dependencies": {

},
"version": "0.4.1",
"version": "0.5.0",
"types": "lib/index.d.ts",

@@ -43,0 +43,0 @@ "module": "lib/esm/index.js",

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