@@ -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; |
+2
-2
| { | ||
| "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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
335698
0.03%4811
0.04%