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

repl.history

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repl.history - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

index.js

@@ -8,7 +8,7 @@ var fs = require('fs');

repl.rli.history.shift();
repl.rli.historyIndex = 0;
repl.rli.historyIndex = -1; // will be incremented before pop
} catch (e) {}
var fd = fs.openSync(file, 'a'), reval = repl.eval;
repl.rli.addListener('line', function(code) {

@@ -38,2 +38,2 @@ if (code && code !== '.history') {

};
};
};

@@ -12,6 +12,6 @@ {

"license": "MIT",
"version": "0.1.2",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "git://github.com//tmpvar/repl.history"
"url": "git://github.com/tmpvar/repl.history"
},

@@ -18,0 +18,0 @@ "dependencies": {},

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