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

create-devc

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-devc - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

2

lib/docker.js

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

const result = yield (0, util_js_1.runCommand)(command);
return result.split('\n').filter((id) => id);
return result.split('\n').filter(Boolean);
});

@@ -52,0 +52,0 @@ }

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

if (extensions.length > 0) {
newData.json = newData.json.replace(`"extensions": [],`, `"extensions": [${extensions.map((ex) => `"${ex}"`).join(', ')}],`);
newData.json = newData.json.replace(`"extensions": []`, `"extensions": [${extensions.map((ex) => `"${ex}"`).join(', ')}]`);
}

@@ -82,0 +82,0 @@ if (postCreateCommand.length > 0) {

{
"name": "create-devc",
"version": "0.2.1",
"version": "0.3.0",
"description": "Quickly add .devcontainer configuration to any JavaScript project, and more!",

@@ -50,4 +50,4 @@ "bin": {

"dependencies": {
"@angular-devkit/core": "^13.1.2",
"@angular-devkit/schematics": "^13.1.2",
"@angular-devkit/core": "^14.0.3",
"@angular-devkit/schematics": "^14.0.3",
"chalk": "^4.1.2",

@@ -65,3 +65,3 @@ "debug": "^4.3.3",

"typescript": "^4.6.2",
"xo": "^0.48.0"
"xo": "^0.50.0"
},

@@ -68,0 +68,0 @@ "engines": {

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

// For format details, see https://aka.ms/devcontainer.json. For config options, see the README at:
// https://github.com/microsoft/vscode-dev-containers/tree/v0.205.2/containers/javascript-node
// For format details, see https://aka.ms/devcontainer.json.
{

@@ -13,8 +12,11 @@ "name": "Node.js",

// Set *default* container specific settings.json values on container create.
"settings": {},
// Configure tool-specific properties.
"customizations": {
// Configure properties specific to VS Code.
"vscode": {
// Add the IDs of extensions you want installed when the container is created.
"extensions": []
}
},
// Add the IDs of extensions you want installed when the container is created.
"extensions": [],
// Use 'forwardPorts' to make a list of ports inside the container available locally.

@@ -21,0 +23,0 @@ "forwardPorts": [],

Sorry, the diff of this file is not supported yet

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