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

jest-runner-tsd

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-runner-tsd - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

22

package.json
{
"name": "jest-runner-tsd",
"version": "4.0.0",
"version": "5.0.0",
"description": "Run your TypeScript type tests using Jest",

@@ -30,3 +30,4 @@ "keywords": [

"lint": "eslint .",
"test": "jest"
"test": "jest",
"typecheck": "yarn tsc && yarn tsc -p e2e && yarn tsc -p src/__tests__"
},

@@ -37,3 +38,3 @@ "dependencies": {

"create-jest-runner": "^0.12.0",
"tsd-lite": "^0.6.0"
"tsd-lite": "^0.7.0"
},

@@ -44,8 +45,9 @@ "devDependencies": {

"@babel/preset-typescript": "^7.15.0",
"@jest/test-result": "^29.0.0",
"@tsd/typescript": "~4.8.0",
"@jest/test-result": "^29.1.0",
"@tsconfig/node14": "^1.0.3",
"@tsd/typescript": "~4.9.0",
"@types/babel__code-frame": "^7.0.3",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-jest": "^29.0.0",
"babel-jest": "^29.1.0",
"eslint": "^8.0.0",

@@ -55,8 +57,8 @@ "eslint-config-prettier": "^8.3.0",

"execa": "^5.1.1",
"jest": "^29.0.0",
"jest": "^29.1.0",
"prettier": "^2.4.1",
"typescript": "~4.8.0"
"typescript": "~4.9.0"
},
"peerDependencies": {
"@tsd/typescript": "^3.8.3 || ^4.0.7"
"@tsd/typescript": "4.x || 5.x"
},

@@ -67,3 +69,3 @@ "prettier": {

},
"packageManager": "yarn@3.2.3"
"packageManager": "yarn@3.4.1"
}
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