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

@effect/printer

Package Overview
Dependencies
Maintainers
3
Versions
214
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.9.0 to 0.10.0

4

DocTree.d.ts

@@ -236,3 +236,3 @@ /**

* import { identity, pipe } from "@effect/data/Function"
* import * as Monoid from "@effect/typeclass/Monoid"
* import * as String from "@effect/typeclass/data/String"
*

@@ -252,3 +252,3 @@ * const doc: Doc.Doc<void> = Doc.hsep([

* tree,
* DocTree.renderSimplyDecorated(Monoid.string, identity, (_, x) => `>>>${x}<<<`)
* DocTree.renderSimplyDecorated(String.Monoid, identity, (_, x) => `>>>${x}<<<`)
* )

@@ -255,0 +255,0 @@ *

@@ -171,3 +171,3 @@ "use strict";

* import { identity, pipe } from "@effect/data/Function"
* import * as Monoid from "@effect/typeclass/Monoid"
* import * as String from "@effect/typeclass/data/String"
*

@@ -187,3 +187,3 @@ * const doc: Doc.Doc<void> = Doc.hsep([

* tree,
* DocTree.renderSimplyDecorated(Monoid.string, identity, (_, x) => `>>>${x}<<<`)
* DocTree.renderSimplyDecorated(String.Monoid, identity, (_, x) => `>>>${x}<<<`)
* )

@@ -190,0 +190,0 @@ *

{
"name": "@effect/printer",
"version": "0.9.0",
"version": "0.10.0",
"license": "MIT",

@@ -10,5 +10,5 @@ "repository": {

"dependencies": {
"@effect/data": "~0.13.5",
"@effect/io": "~0.31.3",
"@effect/typeclass": "~0.1.0"
"@effect/data": "~0.16.1",
"@effect/io": "~0.35.2",
"@effect/typeclass": "~0.2.0"
},

@@ -15,0 +15,0 @@ "main": "./index.js",

@@ -297,3 +297,3 @@ /**

* import { identity, pipe } from "@effect/data/Function"
* import * as Monoid from "@effect/typeclass/Monoid"
* import * as String from "@effect/typeclass/data/String"
*

@@ -313,3 +313,3 @@ * const doc: Doc.Doc<void> = Doc.hsep([

* tree,
* DocTree.renderSimplyDecorated(Monoid.string, identity, (_, x) => `>>>${x}<<<`)
* DocTree.renderSimplyDecorated(String.Monoid, identity, (_, x) => `>>>${x}<<<`)
* )

@@ -316,0 +316,0 @@ *

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