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.16 to 0.3.17

dist/src/deploymentState.d.ts

25

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

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

"sideEffects": false,
"main": "dist/infra.js",
"main": "dist/src/infra.js",
"scripts": {

@@ -29,7 +29,7 @@ "build": "yarn clean && yarn compile",

"clean": "rm -rf ./dist",
"compile": "tsc -p tsconfig.json",
"compile": "tsc --build",
"compile-watch": "tsc -p tsconfig.json --watch",
"compile-watch:light": "nodemon --watch ./src/ -e '*' --exec 'yarn compile'",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js",
"generate-schema": "ts-json-schema-generator --tsconfig tsconfig.generate.json --path './src/types/**/*' --type 'DeploymentsState' -o src/schemas/deploymentsStateSchema.json && ts-json-schema-generator --tsconfig tsconfig.generate.json --path './src/types/**/*' --type 'Deployment' -o src/schemas/infrastructureConfigurationSchema.json",
"generate-schema": "ts-json-schema-generator --tsconfig 'tsconfig.generate.json' --no-type-check --path './src/types/**/*' --type 'DeploymentsState' -o src/schemas/deploymentsStateSchema.json && ts-json-schema-generator --tsconfig tsconfig.json --no-type-check --path './src/types/**/*' --type 'Deployment' -o src/schemas/infrastructureConfigurationSchema.json",
"prepublishOnly": "yarn run build",

@@ -42,16 +42,19 @@ "publish": "utils-git changed --exec \"yarn npm publish $@\"",

"dependencies": {
"@goldstack/utils-config": "0.3.15",
"@goldstack/utils-log": "0.2.7",
"@goldstack/utils-sh": "0.4.14"
"@goldstack/utils-config": "0.3.16",
"@goldstack/utils-log": "0.2.8",
"@goldstack/utils-sh": "0.4.15"
},
"devDependencies": {
"@goldstack/utils-git": "0.1.27",
"@types/jest": "^26.0.21",
"@types/node": "^14.0.6",
"@goldstack/utils-git": "0.1.28",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.0",
"jest": "^26.6.3",
"renamer": "^0.7.0",
"ts-jest": "^26.5.4",
"ts-json-schema-generator": "^0.70.2",
"ts-json-schema-generator": "^0.96.0",
"typescript": "^4.4.3"
},
"publishConfig": {
"main": "dist/src/infra.js"
}
}
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