Socket
Socket
Sign inDemoInstall

interactive

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

interactive - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

interactive.js

@@ -100,3 +100,3 @@ var util = require('util');

result = eval.apply(global, [data]);
stdout.write('\u001b[37m' + util.inspect(result) + '\u001b[0m');
stdout.write('\u001b[37m' + util.inspect(result) + '\u001b[0m\n');
pos = 0;

@@ -103,0 +103,0 @@ tmp = "";

{
"name": "interactive",
"version": "0.1.5",
"version": "0.1.6",
"description": "Togglable interactive mode",

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

@@ -39,7 +39,7 @@ interactive

//Interactive mode started at: Point 1
//> console.log(5)
//> a = 5
//5
//undefined
//> :l test.js
//this is output from test.js
//undefined
//> a

@@ -46,0 +46,0 @@ //7

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