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

@goldstack/infra

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/infra - npm Package Compare versions

Comparing version 0.3.28 to 0.3.29

13

package.json
{
"name": "@goldstack/infra",
"version": "0.3.28",
"version": "0.3.29",
"description": "Utilities for defining infrastructure for npm packages.",

@@ -27,3 +27,3 @@ "keywords": [

"build:watch": "yarn clean && yarn compile-watch",
"clean": "rm -rf ./dist",
"clean": "rimraf ./dist",
"compile": "tsc --build",

@@ -41,8 +41,8 @@ "compile-watch": "tsc -p tsconfig.json --watch",

"dependencies": {
"@goldstack/utils-config": "0.3.25",
"@goldstack/utils-log": "0.2.10",
"@goldstack/utils-sh": "0.4.24"
"@goldstack/utils-config": "0.3.26",
"@goldstack/utils-log": "0.2.11",
"@goldstack/utils-sh": "0.4.25"
},
"devDependencies": {
"@goldstack/utils-git": "0.1.30",
"@goldstack/utils-git": "0.1.31",
"@types/jest": "^27.0.2",

@@ -52,2 +52,3 @@ "@types/node": "^16.11.0",

"renamer": "^0.7.0",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.4",

@@ -54,0 +55,0 @@ "ts-json-schema-generator": "^0.96.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