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

@devcontainer/generator

Package Overview
Dependencies
Maintainers
1
Versions
330
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcontainer/generator - npm Package Compare versions

Comparing version 2.6.1 to 2.7.0

4

lib/src/devcontainerGenerator.js

@@ -152,3 +152,3 @@ "use strict";

}
this._dockerfile += `\nRUN echo "${xpraStart} --html=on --bind-tcp=0.0.0.0:14500 --daemon=no" > /usr/bin/startx\n`;
this._dockerfile += `\nRUN echo "${xpraStart} --html=on --bind-tcp=0.0.0.0:14500 --daemon=no --encoding=x264" > /usr/bin/startx\n`;
}

@@ -179,2 +179,4 @@ else if (this._noVNC) {

}
this._dockerfile += `RUN echo "(sysctl fs.inotify.max_user_watches=524288 fs.inotify.max_user_instances=524288 net.core.somaxconn=524288 scache.object_max_active=524288 && sysctl -p || echo ok) && ( $(cat /usr/bin/startx) || echo ok) && sleep infinity" > /usr/bin/startx
`;
this._dockerfile += dockerTemplates['suffix'];

@@ -181,0 +183,0 @@ this._readme += readmeTemplates['suffix'];

{
"name": "@devcontainer/generator",
"version": "2.6.1",
"version": "2.7.0",
"description": "generates custorm devcontainer Dockerfiles",

@@ -23,3 +23,3 @@ "files": [

"license": "MIT",
"gitHead": "9c39d260a7f48e808a9e91047aad805be2e2a217"
"gitHead": "15bf70c482eaa451fee10b4d5c2faab46ac4138a"
}

Sorry, the diff of this file is not supported yet

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