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

create-compas

Package Overview
Dependencies
Maintainers
0
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-compas - npm Package Compare versions

Comparing version 0.12.4 to 0.13.0

6

package.json
{
"name": "create-compas",
"version": "0.12.4",
"version": "0.13.0",
"description": "Create compas based applications",

@@ -18,4 +18,4 @@ "exports": {

"dependencies": {
"@compas/stdlib": "0.12.4",
"tar": "6.2.1"
"@compas/stdlib": "0.13.0",
"tar": "7.4.3"
},

@@ -22,0 +22,0 @@ "author": {

@@ -16,3 +16,3 @@ import { createWriteStream } from "node:fs";

} from "@compas/stdlib";
import tar from "tar";
import * as tar from "tar";

@@ -134,2 +134,3 @@ /**

{
// @ts-expect-error It still errors?
file: tmpFile,

@@ -136,0 +137,0 @@ cwd: options.outputDirectory,

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