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 1.9.3 to 1.9.4

5

index.js

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

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

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

6

package.json

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

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

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

"private": false,
"gitHead": "ab453123607329e2e5613a42c38cdd7c217e2058",
"gitHead": "aa90a2ef4a710b83b4103ea4a7c0bb827b67961a",
"publishConfig": {

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

## Devcontainer
- Base image: buildpack-deps:buster
- GIT updated
- Node: 10.16.3 \
- Base image: buildpack-deps:disco
- Git is updated via apt-get
- Node: 12.11.0 \
- Yarn: 1.17.3
- docker preinstalled

@@ -8,0 +9,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