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

repl-inspect

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repl-inspect - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.eslintrc.js

4

main.js

@@ -7,3 +7,3 @@ const startRepl = function(dict) {

return startRepl._instance;
}
};

@@ -14,3 +14,3 @@ const context = getRepl().context;

});
}
};

@@ -17,0 +17,0 @@ startRepl._instance = undefined;

{
"name": "repl-inspect",
"version": "1.0.0",
"version": "1.0.1",
"description": "Embed an interactive repl on runtime.",

@@ -10,3 +10,6 @@ "main": "main.js",

"author": "Amr Alaa",
"license": "MIT"
"license": "MIT",
"dependencies": {
"repl": "^0.1.3"
}
}
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