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.9.1 to 2.9.2

2

lib/src/devcontainerGenerator.d.ts

@@ -1,2 +0,2 @@

declare type Base = "stretch" | "buster" | "disco" | "eoan";
declare type Base = "stretch" | "buster" | "disco" | "eoan" | "focal";
declare type NodeVesion = "lts" | "current";

@@ -3,0 +3,0 @@ export declare class DevcontainerGenerator {

@@ -6,3 +6,4 @@ "use strict";

b === "buster" ? '10' :
b === "disco" ? '19.04' : '19.10';
b === "disco" ? '19.04' :
b === "eoan" ? '19.10' : '20.04';
const getDistro = (b) => (b === "stretch" || b === "buster") ? "debian" : "ubuntu";

@@ -9,0 +10,0 @@ const softwareVersions = require("../versions.json");

@@ -5,3 +5,3 @@ {

"lts": "12.13.1",
"current": "13.1.0"
"current": "13.2.0"
},

@@ -8,0 +8,0 @@ "amplify": "3.17.0",

{
"name": "@devcontainer/generator",
"version": "2.9.1",
"version": "2.9.2",
"description": "generates custorm devcontainer Dockerfiles",

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

"license": "MIT",
"gitHead": "9ced35fbfe9ba712dba69d63d142caa16bbaff7c"
"gitHead": "f978fd54491fa6bc44d6bcad541132227935537c"
}

@@ -5,3 +5,3 @@ {

"lts": "12.13.1",
"current": "13.1.0"
"current": "13.2.0"
},

@@ -8,0 +8,0 @@ "amplify": "3.17.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