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

@devcontainer/amplify-devimage

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcontainer/amplify-devimage - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

5

index.js

@@ -5,6 +5,5 @@ const {DevcontainerGenerator} = require('@devcontainer/generator');

const run = async () => {
const devGenerator = new DevcontainerGenerator('disco');
const devGenerator = new DevcontainerGenerator('stretch');
devGenerator.updateGit();
devGenerator.setNodeVersion('current');
devGenerator.setDocker();
devGenerator.setNodeVersion('lts');
devGenerator.setAmplify();

@@ -11,0 +10,0 @@ devGenerator.setZsh();

6

package.json

@@ -16,6 +16,6 @@ {

"dependencies": {
"@devcontainer/generator": "^2.3.4",
"@devcontainer/generator": "^2.3.5",
"load-text-file": "^1.2.0"
},
"version": "2.3.4",
"version": "2.3.5",
"description": "devcontainer vscode node zsh",

@@ -27,3 +27,3 @@ "main": "index.js",

"private": false,
"gitHead": "4c9b57d1a2b49752467597163fd1cd6474b0944b",
"gitHead": "29a9fa3c611095fe8c820d5070bcc16964be1109",
"publishConfig": {

@@ -30,0 +30,0 @@ "access": "public"

## Devcontainer
- Base image: buildpack-deps:disco
- Node: 13.0.1
- Base image: buildpack-deps:stretch
- Node: 10.16.3
- Yarn: 1.19.1
- docker preinstalled

@@ -8,0 +7,0 @@ - Installed trough npm: @aws-amplify/cli - {AMPLIFY_VERSION}

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