New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@devcontainers/cli

Package Overview
Dependencies
Maintainers
3
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcontainers/cli - npm Package Compare versions

Comparing version 0.34.0 to 0.35.0

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Change Log

### [0.35.0]
- Transform maven, gradle and jupyterlab usages to their features v2 counterparts. (https://github.com/devcontainers/cli/issues/461)
- Escape and enclose containerEnv in quotes when writing to Dockerfile. (https://github.com/devcontainers/cli/issues/454)
- Update package dependencies.
### [0.34.0]

@@ -9,0 +15,0 @@

26

package.json
{
"name": "@devcontainers/cli",
"description": "Dev Containers CLI",
"version": "0.34.0",
"version": "0.35.0",
"bin": {

@@ -38,3 +38,3 @@ "devcontainer": "devcontainer.js"

"definitions-clean": "rimraf dist/node_modules/vscode-dev-containers",
"definitions-copy": "copyfiles \"node_modules/vscode-dev-containers/container-features/{devcontainer-features.json,feature-scripts.env,fish-debian.sh,gradle-debian.sh,homebrew-debian.sh,install.sh,jupyterlab-debian.sh,maven-debian.sh}\" dist",
"definitions-copy": "copyfiles \"node_modules/vscode-dev-containers/container-features/{devcontainer-features.json,feature-scripts.env,fish-debian.sh,homebrew-debian.sh,install.sh}\" dist",
"npm-pack": "npm pack",

@@ -67,3 +67,3 @@ "clean": "npm-run-all clean-dist clean-built",

"@types/ncp": "^2.0.5",
"@types/node": "^18.11.11",
"@types/node": "^18.15.3",
"@types/pull-stream": "^3.6.2",

@@ -73,20 +73,20 @@ "@types/recursive-readdir": "^2.2.1",

"@types/shell-quote": "^1.7.1",
"@types/tar": "^6.1.3",
"@types/yargs": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/experimental-utils": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@types/tar": "^6.1.4",
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/experimental-utils": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"chai": "^4.3.7",
"copyfiles": "^2.4.1",
"esbuild": "^0.16.1",
"eslint": "^8.29.0",
"esbuild": "^0.17.12",
"eslint": "^8.36.0",
"event-stream": "^4.0.1",
"gulp-eslint": "^6.0.0",
"gulp-filter": "^7.0.0",
"mocha": "^10.1.0",
"mocha": "^10.2.0",
"npm-run-all": "^4.1.5",
"p-all": "^4.0.0",
"rimraf": "^3.0.2",
"rimraf": "^4.4.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"typescript": "^5.0.2",
"typescript-formatter": "^7.2.2",

@@ -93,0 +93,0 @@ "vinyl": "^3.0.0",

Sorry, the diff of this file is too big to display

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