Socket
Socket
Sign inDemoInstall

shell-emulator

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shell-emulator - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -30,3 +30,3 @@ // initialize with ID (string) of field that should act like a shell,

var postMessage = shellFunctions['postMessage'];
var scrollDown = shellFunctions['scrollDown'];
var scrollDown = require('scroll-down').now;
var interrupt = shellFunctions['interrupt'];

@@ -33,0 +33,0 @@

{
"name": "shell-emulator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Emulate a shell in the browser",

@@ -31,3 +31,6 @@ "main": "index.js",

},
"homepage": "https://github.com/fhinkel/shell-emulator#readme"
"homepage": "https://github.com/fhinkel/shell-emulator#readme",
"dependencies": {
"scroll-down": "1.0.0"
}
}

Sorry, the diff of this file is not supported yet

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