Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@stryker-mutator/instrumenter

Package Overview
Dependencies
Maintainers
4
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stryker-mutator/instrumenter - npm Package Compare versions

Comparing version 4.3.1 to 4.4.0

dist/src/mutators/regex-mutator.d.ts

11

CHANGELOG.md

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

# [4.4.0](https://github.com/stryker-mutator/stryker/compare/v4.3.1...v4.4.0) (2021-01-24)
### Features
* **regex-mutator:** smart regex mutations ([#2709](https://github.com/stryker-mutator/stryker/issues/2709)) ([0877f44](https://github.com/stryker-mutator/stryker/commit/0877f443219a29c34ac13ca27f33cbf884b5bb4b))
## [4.3.1](https://github.com/stryker-mutator/stryker/compare/v4.3.0...v4.3.1) (2020-12-25)

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

2

dist/src/mutators/index.js

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

const update_operator_mutator_1 = require("./update-operator-mutator");
const regex_mutator_1 = require("./regex-mutator");
tslib_1.__exportStar(require("./node-mutator"), exports);

@@ -34,2 +35,3 @@ tslib_1.__exportStar(require("./mutator-options"), exports);

new update_operator_mutator_1.UpdateOperatorMutator(),
new regex_mutator_1.RegexMutator(),
];

@@ -36,0 +38,0 @@ const mutate = (node, { excludedMutations }) => {

13

package.json
{
"name": "@stryker-mutator/instrumenter",
"version": "4.3.1",
"version": "4.4.0",
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",

@@ -40,9 +40,10 @@ "main": "dist/src/index.js",

"@babel/preset-typescript": "~7.12.1 ",
"@stryker-mutator/api": "4.3.1",
"@stryker-mutator/util": "4.3.1",
"angular-html-parser": "~1.7.0"
"@stryker-mutator/api": "4.4.0",
"@stryker-mutator/util": "4.4.0",
"angular-html-parser": "~1.7.0",
"weapon-regex": "~0.3.0"
},
"devDependencies": {
"@babel/preset-react": "~7.12.1",
"@stryker-mutator/test-helpers": "4.3.1",
"@stryker-mutator/test-helpers": "4.4.0",
"@types/babel__core": "~7.1.10",

@@ -55,3 +56,3 @@ "@types/babel__generator": "~7.6.2",

},
"gitHead": "0806eb62eefb02a5fad1477db61de6d8c4250bd4"
"gitHead": "59933f5c3fb567142eab1c66d603802fab941b5e"
}

@@ -20,2 +20,3 @@ import { NodePath } from '@babel/core';

import { MutatorOptions } from './mutator-options';
import { RegexMutator } from './regex-mutator';

@@ -38,2 +39,3 @@ export * from './node-mutator';

new UpdateOperatorMutator(),
new RegexMutator(),
];

@@ -40,0 +42,0 @@ export const mutate = (node: NodePath, { excludedMutations }: MutatorOptions): NamedNodeMutation[] => {

@@ -19,3 +19,4 @@ {

}
]
],
"include": ["**/*.*", "../typings/*.d.ts"]
}

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc