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 0.0.11 to 0.0.12

lib/index.d.ts

2

lib/devcontainerGenerator.js

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

this._nodeVesion = '';
this.loadTemplate = async (filename) => await fs_1.promises.readFile(`./templates/${filename}.Dockerfile`);
this.loadTemplate = async (filename) => await fs_1.promises.readFile(`${__dirname}/../templates/${filename}.Dockerfile`);
}

@@ -18,0 +18,0 @@ ;

{
"name": "@devcontainer/generator",
"version": "0.0.11",
"version": "0.0.12",
"description": "generates custorm devcontainer Dockerfiles",
"files": [
"lib/**/*"
"lib/**/*",
"templates/*"
],
"main": "lib/index.js",
"scripts": {

@@ -19,3 +21,3 @@ "build": "yarn tsc"

"license": "MIT",
"gitHead": "c3f2518e9f31983e40ba9179d7fa8141617bd64a"
"gitHead": "136d621750ba7caed99a079825a7ec829bf804ef"
}

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