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.1.0 to 0.1.1

7

lib/stack.js

@@ -136,4 +136,7 @@ "use strict";

function hasPackage(packageJson, packageList) {
return packageList.some((packageName) => packageJson.dependencies[packageName] ||
packageJson.devDependencies[packageName]);
return packageList.some((packageName) => {
var _a, _b;
return ((_a = packageJson.dependencies) === null || _a === void 0 ? void 0 : _a[packageName]) ||
((_b = packageJson.devDependencies) === null || _b === void 0 ? void 0 : _b[packageName]);
});
}

@@ -140,0 +143,0 @@ function hasOneOfFiles(root, files) {

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

@@ -19,3 +19,4 @@ "bin": {

"release:check": "semantic-release --dry-run",
"prepare": "npm run build:clean -s"
"prepare": "npm run build:clean -s",
"publish:create-devc": "node ./scripts/rename-pkg.js create-devc && npm publish"
},

@@ -22,0 +23,0 @@ "repository": {

@@ -85,3 +85,4 @@ # 📦 devc

- https://github.com/microsoft/dev-container-spec
- https://code.visualstudio.com/docs/remote/devcontainer-cli
- https://github.com/stuartleeks/devcontainer-cli/

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