Socket
Socket
Sign inDemoInstall

@stryker-mutator/typescript-checker

Package Overview
Dependencies
189
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.5.0 to 5.5.1

11

CHANGELOG.md

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

## [5.5.1](https://github.com/stryker-mutator/stryker-js/compare/v5.5.0...v5.5.1) (2021-12-02)
### Bug Fixes
* **ts checker:** always disable `declarationMap` ([#3294](https://github.com/stryker-mutator/stryker-js/issues/3294)) ([990ecdc](https://github.com/stryker-mutator/stryker-js/commit/990ecdcf75ace7ad4553fd7c362d29d9bfa423ce))
# [5.5.0](https://github.com/stryker-mutator/stryker-js/compare/v5.4.1...v5.5.0) (2021-11-23)

@@ -8,0 +19,0 @@

1

dist/src/tsconfig-helpers.js

@@ -21,2 +21,3 @@ "use strict";

declaration: false,
declarationMap: false,
});

@@ -23,0 +24,0 @@ // When we're running in 'project references' mode, we need to enable declaration output

10

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

@@ -36,8 +36,8 @@ "main": "dist/src/index.js",

"dependencies": {
"@stryker-mutator/api": "5.5.0",
"@stryker-mutator/util": "5.5.0",
"@stryker-mutator/api": "5.5.1",
"@stryker-mutator/util": "5.5.1",
"semver": "~7.3.2"
},
"devDependencies": {
"@stryker-mutator/test-helpers": "5.5.0",
"@stryker-mutator/test-helpers": "5.5.1",
"@types/semver": "~7.3.3"

@@ -49,3 +49,3 @@ },

},
"gitHead": "00bc8b9513ad49582d657c1a66d00562870f725b"
"gitHead": "b18df4169d7aae921f38ddc62ed04ec26974a397"
}

@@ -20,2 +20,3 @@ import path from 'path';

declaration: false,
declarationMap: false,
});

@@ -22,0 +23,0 @@

Sorry, the diff of this file is not supported yet

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