You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

ink

Package Overview
Dependencies
Maintainers
2
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ink - npm Package Compare versions

Comparing version
6.3.0
to
6.3.1
+2
-0
build/devtools.js

@@ -8,3 +8,5 @@ /* eslint-disable import/order */

// eslint-disable-next-line @typescript-eslint/no-unsafe-call
devtools.initialize();
// eslint-disable-next-line @typescript-eslint/no-unsafe-call
devtools.connectToDevTools();
//# sourceMappingURL=devtools.js.map
+1
-1

@@ -169,3 +169,3 @@ import process from 'node:process';

if (this.lastOutputHeight >= this.options.stdout.rows) {
this.options.stdout.write(ansiEscapes.clearTerminal + this.fullStaticOutput + output + '\n');
this.options.stdout.write(ansiEscapes.clearTerminal + this.fullStaticOutput + output);
this.lastOutput = output;

@@ -172,0 +172,0 @@ this.lastOutputHeight = outputHeight;

{
"name": "ink",
"version": "6.3.0",
"version": "6.3.1",
"description": "React for CLI",

@@ -104,3 +104,3 @@ "license": "MIT",

"react": ">=19.0.0",
"react-devtools-core": "^4.19.1"
"react-devtools-core": "^6.1.2"
},

@@ -107,0 +107,0 @@ "peerDependenciesMeta": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet