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

@effect/printer-ansi

Package Overview
Dependencies
Maintainers
0
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effect/printer-ansi - npm Package Compare versions

Comparing version 0.36.4 to 0.36.5

8

dist/dts/Ansi.d.ts

@@ -423,5 +423,13 @@ /**

export declare const combine: {
/**
* @since 1.0.0
* @categrory combinators
*/
(that: Ansi): (self: Ansi) => Ansi;
/**
* @since 1.0.0
* @categrory combinators
*/
(self: Ansi, that: Ansi): Ansi;
};
//# sourceMappingURL=Ansi.d.ts.map

@@ -230,3 +230,11 @@ /**

export declare const render: {
/**
* @since 1.0.0
* @category destructors
*/
(config: AnsiDoc.RenderConfig): (self: AnsiDoc) => string;
/**
* @since 1.0.0
* @category destructors
*/
(self: AnsiDoc, config: AnsiDoc.RenderConfig): string;

@@ -233,0 +241,0 @@ };

8

package.json
{
"name": "@effect/printer-ansi",
"version": "0.36.4",
"version": "0.36.5",
"description": "An easy to use, extensible pretty-printer for rendering documents for the terminal",

@@ -13,7 +13,7 @@ "license": "MIT",

"dependencies": {
"@effect/printer": "^0.36.4"
"@effect/printer": "^0.36.5"
},
"peerDependencies": {
"@effect/typeclass": "^0.27.4",
"effect": "^3.8.4"
"@effect/typeclass": "^0.27.5",
"effect": "^3.8.5"
},

@@ -20,0 +20,0 @@ "publishConfig": {

@@ -514,4 +514,20 @@ /**

export const combine: {
// -----------------------------------------------------------------------------
// Instances
// -----------------------------------------------------------------------------
/**
* @since 1.0.0
* @categrory combinators
*/
(that: Ansi): (self: Ansi) => Ansi
// -----------------------------------------------------------------------------
// Instances
// -----------------------------------------------------------------------------
/**
* @since 1.0.0
* @categrory combinators
*/
(self: Ansi, that: Ansi): Ansi
} = InternalAnsi.combine

@@ -271,3 +271,19 @@ /**

export const render: {
// -----------------------------------------------------------------------------
// Destructors
// -----------------------------------------------------------------------------
/**
* @since 1.0.0
* @category destructors
*/
(config: AnsiDoc.RenderConfig): (self: AnsiDoc) => string
// -----------------------------------------------------------------------------
// Destructors
// -----------------------------------------------------------------------------
/**
* @since 1.0.0
* @category destructors
*/
(self: AnsiDoc, config: AnsiDoc.RenderConfig): string

@@ -274,0 +290,0 @@ } = InternalAnsiRender.render

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