New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@effect/printer

Package Overview
Dependencies
Maintainers
3
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/printer - npm Package Compare versions

Comparing version 0.30.14 to 0.31.0

6

package.json
{
"name": "@effect/printer",
"version": "0.30.14",
"version": "0.31.0",
"description": "Unified interfaces for common platform-specific services",

@@ -12,4 +12,4 @@ "license": "MIT",

"peerDependencies": {
"@effect/typeclass": "^0.22.14",
"effect": "^2.2.5"
"effect": "^2.3.0",
"@effect/typeclass": "^0.22.15"
},

@@ -16,0 +16,0 @@ "main": "./dist/cjs/index.js",

@@ -562,3 +562,3 @@ import * as covariant from "@effect/typeclass/Covariant"

const flattenSafe = <A>(self: Doc.Doc<A>): Effect.Effect<never, never, Doc.Doc<A>> => {
const flattenSafe = <A>(self: Doc.Doc<A>): Effect.Effect<Doc.Doc<A>> => {
switch (self._tag) {

@@ -610,3 +610,3 @@ case "Line":

self: Doc.Doc<A>
): Effect.Effect<never, never, Flatten.Flatten<Doc.Doc<A>>> => {
): Effect.Effect<Flatten.Flatten<Doc.Doc<A>>> => {
switch (self._tag) {

@@ -703,3 +703,3 @@ case "Fail": {

f: (a: A) => Iterable<B>
): Effect.Effect<never, never, Doc.Doc<B>> => {
): Effect.Effect<Doc.Doc<B>> => {
switch (self._tag) {

@@ -706,0 +706,0 @@ case "Cat": {

@@ -240,3 +240,3 @@ import * as covariant from "@effect/typeclass/Covariant"

stack: List.List<AnnotationRemoval>
): Effect.Effect<never, never, DocStream.DocStream<B>> => {
): Effect.Effect<DocStream.DocStream<B>> => {
switch (self._tag) {

@@ -301,3 +301,3 @@ case "CharStream": {

f: (a: A) => B
): Effect.Effect<never, never, DocStream.DocStream<B>> => {
): Effect.Effect<DocStream.DocStream<B>> => {
switch (self._tag) {

@@ -343,3 +343,3 @@ case "CharStream": {

self: DocStream.DocStream<A>
): Effect.Effect<never, never, DocStream.DocStream<never>> => {
): Effect.Effect<DocStream.DocStream<never>> => {
switch (self._tag) {

@@ -388,3 +388,3 @@ case "CharStream": {

f: (a: A) => M
): Effect.Effect<never, never, M> => {
): Effect.Effect<M> => {
switch (self._tag) {

@@ -391,0 +391,0 @@ case "CharStream": {

@@ -190,3 +190,3 @@ import * as covariant from "@effect/typeclass/Covariant"

f: (a: A) => Iterable<B>
): Effect.Effect<never, never, DocTree.DocTree<B>> => {
): Effect.Effect<DocTree.DocTree<B>> => {
switch (self._tag) {

@@ -244,3 +244,3 @@ case "EmptyTree": {

f: (a: A) => M
): Effect.Effect<never, never, M> => {
): Effect.Effect<M> => {
switch (self._tag) {

@@ -303,3 +303,3 @@ case "EmptyTree":

renderAnnotation: (annotation: A, out: M) => M
): Effect.Effect<never, never, M> => {
): Effect.Effect<M> => {
switch (self._tag) {

@@ -306,0 +306,0 @@ case "EmptyTree": {

@@ -45,3 +45,3 @@ import * as Effect from "effect/Effect"

options: Layout.Layout.Options
): Effect.Effect<never, never, DocStream.DocStream<A>> => {
): Effect.Effect<DocStream.DocStream<A>> => {
switch (x._tag) {

@@ -177,3 +177,3 @@ case "Nil": {

i: number
): Effect.Effect<never, never, DocStream.DocStream<A>> => {
): Effect.Effect<DocStream.DocStream<A>> => {
if (List.isNil(docs)) {

@@ -180,0 +180,0 @@ return Effect.succeed(DocStream.empty)

@@ -16,3 +16,3 @@ import * as Effect from "effect/Effect"

depth: Optimize.Optimize.Depth
): Effect.Effect<never, never, Doc.Doc<A>> => {
): Effect.Effect<Doc.Doc<A>> => {
switch (self._tag) {

@@ -19,0 +19,0 @@ case "FlatAlt": {

@@ -16,3 +16,3 @@ import * as Effect from "effect/Effect"

const renderSafe = <A>(self: DocStream.DocStream<A>): Effect.Effect<never, never, string> => {
const renderSafe = <A>(self: DocStream.DocStream<A>): Effect.Effect<string> => {
switch (self._tag) {

@@ -19,0 +19,0 @@ case "FailedStream": {

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

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

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

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