theprogrammablemind
Advanced tools
Comparing version 8.5.0 to 8.6.0-beta.0
@@ -68,4 +68,4 @@ { | ||
}, | ||
"version": "8.5.0", | ||
"version": "8.6.0-beta.0", | ||
"license": "UNLICENSED" | ||
} |
@@ -317,3 +317,4 @@ const deepEqual = require('deep-equal') | ||
if (def.apply) { | ||
return { ...def, match: def.match.toString(), apply: def.apply.toString() } | ||
// return { ...def, match: def.match.toString(), apply: def.apply.toString() } | ||
return { match: def.match.toString(), apply: def.apply.toString() } | ||
} else { | ||
@@ -320,0 +321,0 @@ return [def[0].toString(), def[1].toString()] |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
249014
7002
2