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
75
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 8.6.0 to 8.7.0

2

dist/src/instrumenter.js

@@ -32,3 +32,3 @@ import path from 'path';

const parse = this._createParser(options);
for await (const { name, mutate, content } of files) {
for (const { name, mutate, content } of files) {
const ast = await parse(content, name);

@@ -35,0 +35,0 @@ this._transform(ast, mutantCollector, { options, mutateDescription: toBabelLineNumber(mutate), logger: this.logger });

{
"name": "@stryker-mutator/instrumenter",
"version": "8.6.0",
"version": "8.7.0",
"description": "The code instrumenter used in Stryker, the JavaScript mutation testing framework",

@@ -50,4 +50,4 @@ "main": "dist/src/index.js",

"@babel/preset-typescript": "~7.24.7",
"@stryker-mutator/api": "8.6.0",
"@stryker-mutator/util": "8.6.0",
"@stryker-mutator/api": "8.7.0",
"@stryker-mutator/util": "8.7.0",
"angular-html-parser": "~6.0.2",

@@ -59,3 +59,3 @@ "semver": "~7.6.3",

"@babel/preset-react": "7.24.7",
"@stryker-mutator/test-helpers": "8.6.0",
"@stryker-mutator/test-helpers": "8.7.0",
"@types/babel__core": "7.20.5",

@@ -66,3 +66,3 @@ "@types/babel__generator": "7.6.8",

},
"gitHead": "676be74a99cc1f66625ec9b41fb8b9ce47b1b233"
"gitHead": "755085e6fa9ce4c2eace4f7f72543accd3b345f1"
}

@@ -38,3 +38,3 @@ import path from 'path';

const parse = this._createParser(options);
for await (const { name, mutate, content } of files) {
for (const { name, mutate, content } of files) {
const ast = await parse(content, name);

@@ -41,0 +41,0 @@ this._transform(ast, mutantCollector, { options, mutateDescription: toBabelLineNumber(mutate), logger: this.logger });

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