weapon-regex
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -38,7 +38,7 @@ export interface Location { | ||
*/ | ||
pattern: String; | ||
pattern: string; | ||
/** Name of the mutation | ||
*/ | ||
name: String; | ||
name: string; | ||
@@ -55,3 +55,3 @@ /** [[weaponregex.model.Location]] in the original string where the mutation occurred | ||
*/ | ||
description: String; | ||
description: string; | ||
} | ||
@@ -58,0 +58,0 @@ |
{ | ||
"name": "weapon-regex", | ||
"type": "module", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Weapon regeX mutates regular expressions for use in mutation testing.", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3902900