🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@goldstack/utils-typescript-references

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-typescript-references - npm Package Compare versions

Comparing version

to
0.1.12

18

package.json
{
"name": "@goldstack/utils-typescript-references",
"version": "0.1.11",
"version": "0.1.12",
"description": "Utility for keeping TypeScript references in sync in a Yarn monorepo",

@@ -30,6 +30,6 @@ "keywords": [

"compile": "tsc -p tsconfig.json",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js",
"coverage": "jest --collect-coverage --passWithNoTests --config=./jest.config.js --runInBand",
"prepublishOnly": "yarn run build",
"publish": "utils-git changed --exec \"yarn npm publish $@\"",
"test-ci": "jest --passWithNoTests --config=./jest.config.js",
"test-ci": "jest --passWithNoTests --config=./jest.config.js --runInBand",
"version:apply": "utils-git changed --exec \"yarn version $@ && yarn version apply\"",

@@ -42,10 +42,10 @@ "version:apply:force": "yarn version $@ && yarn version apply"

"devDependencies": {
"@goldstack/utils-git": "0.1.32",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.0",
"@goldstack/utils-git": "0.1.33",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.33",
"@types/source-map-support": "^0.5.4",
"jest": "^27.5.1",
"jest": "^28.1.0",
"rimraf": "^3.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.4.3"
"ts-jest": "^28.0.2",
"typescript": "^4.6.4"
},

@@ -52,0 +52,0 @@ "publishConfig": {