New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

replie

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replie - npm Package Compare versions

Comparing version 1.0.16 to 1.0.19

9

lib/replie.js

@@ -171,2 +171,3 @@ 'use strict';

var self = this,
context = self._getREPL().context,
extend = function (nodeModule) {

@@ -183,3 +184,3 @@ return new Bluebird(function (resolve, reject) {

else {
self.context[path.basename(nodeModule.name, '.js')] = require(path);
context[path.basename(nodeModule.name, '.js')] = require(path);
resolve();

@@ -191,3 +192,3 @@ }

if (nodeModule.name === 'shelljs') {
self.context.exec = exec;
context.exec = exec;
resolve();

@@ -199,3 +200,3 @@ }

var mod = require(nodeModule.name);
self.context[contextName] = mod;
context[contextName] = mod;
resolve();

@@ -208,3 +209,3 @@ }

var installed = require(nodeModule.name);
self.context[contextName] = installed;
context[contextName] = installed;
resolve();

@@ -211,0 +212,0 @@ }

{
"name": "replie",
"version": "1.0.16",
"version": "1.0.19",
"description": "A basic web socket based repl",

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

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