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

ink

Package Overview
Dependencies
Maintainers
2
Versions
76
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 2.1.0 to 2.1.1

10

build/output.js

@@ -40,2 +40,6 @@ "use strict";

}) {
if (!text) {
return;
}
const lines = text.split('\n');

@@ -46,4 +50,8 @@ let offsetY = 0;

const length = (0, _stringLength.default)(line);
const currentLine = this.output[y + offsetY];
const currentLine = this.output[y + offsetY]; // Line can be missing if `text` is taller than height of pre-initialized `this.output`
if (!currentLine) {
continue;
}
for (const transformer of transformers) {

@@ -50,0 +58,0 @@ line = transformer(line);

2

package.json
{
"name": "ink",
"version": "2.1.0",
"version": "2.1.1",
"description": "React for CLI",

@@ -5,0 +5,0 @@ "license": "MIT",

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