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

@compas/stdlib

Package Overview
Dependencies
Maintainers
1
Versions
196
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@compas/stdlib - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

package.json
{
"name": "@compas/stdlib",
"version": "0.7.3",
"version": "0.7.4",
"description": "All kinds of utility functions",

@@ -23,6 +23,6 @@ "exports": {

"dependencies": {
"@types/node": "20.5.7",
"@types/node": "20.6.2",
"dotenv": "16.3.1",
"lodash.merge": "4.6.2",
"pino": "8.15.0"
"pino": "8.15.1"
},

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

@@ -21,3 +21,3 @@ /// <reference types="node" resolution-mode="require"/>

*/
export function exec(command: string, opts?: import("child_process").ExecOptions | undefined): Promise<{
export function exec(command: string, opts?: import("node:child_process").ExecOptions | undefined): Promise<{
stdout: string;

@@ -39,3 +39,3 @@ stderr: string;

*/
export function spawn(command: string, args: string[], opts?: import("child_process").SpawnOptions | undefined): Promise<{
export function spawn(command: string, args: string[], opts?: import("node:child_process").SpawnOptions | undefined): Promise<{
exitCode: number;

@@ -42,0 +42,0 @@ }>;

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