Socket
Socket
Sign inDemoInstall

@stryker-mutator/typescript-checker

Package Overview
Dependencies
190
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0-beta.0 to 6.0.0

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

# [6.0.0](https://github.com/stryker-mutator/stryker-js/compare/v6.0.0-beta.0...v6.0.0) (2022-05-03)
### chore
* **node:** drop support for Node 12 ([10d874e](https://github.com/stryker-mutator/stryker-js/commit/10d874e4c46335d9ea457634d3061af35fa8f854))
### BREAKING CHANGES
* **node:** Drop support for Node 12. Minimal version is now Node 14.18.0.
# [6.0.0-beta.0](https://github.com/stryker-mutator/stryker-js/compare/v5.6.1...v6.0.0-beta.0) (2022-03-02)

@@ -8,0 +24,0 @@

12

package.json
{
"name": "@stryker-mutator/typescript-checker",
"version": "6.0.0-beta.0",
"version": "6.0.0",
"description": "A typescript type checker plugin to be used in Stryker, the JavaScript mutation testing framework",

@@ -21,3 +21,3 @@ "main": "dist/src/index.js",

"engines": {
"node": ">=12"
"node": ">=14.18.0"
},

@@ -38,8 +38,8 @@ "publishConfig": {

"dependencies": {
"@stryker-mutator/api": "6.0.0-beta.0",
"@stryker-mutator/util": "6.0.0-beta.0",
"@stryker-mutator/api": "6.0.0",
"@stryker-mutator/util": "6.0.0",
"semver": "~7.3.2"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "6.0.0-beta.0",
"@stryker-mutator/test-helpers": "6.0.0",
"@types/semver": "~7.3.3"

@@ -51,3 +51,3 @@ },

},
"gitHead": "f0d58792aed18aa58f41c67668bfabcc66bdd302"
"gitHead": "077a7dbed93afd16a0315e1cbe6b02359146abdb"
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc