Socket
Socket
Sign inDemoInstall

@digitak/print

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.d.ts

@@ -1,2 +0,2 @@

declare type Print = (value: string) => void;
declare type Print = (value: string | TemplateStringsArray) => void;
declare type Printer = Print & {

@@ -3,0 +3,0 @@ error: Printer;

@@ -1,2 +0,2 @@

type Print = (value: string) => void
type Print = (value: string | TemplateStringsArray) => void
type Context = [print: Print, scope: string]

@@ -3,0 +3,0 @@

{
"name": "@digitak/print",
"version": "1.1.1",
"version": "1.1.2",
"description": "Enjoyable and colored printing in the console with node",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc