@finnair/path
Advanced tools
Comparing version 2.0.0 to 3.0.0-alpha.1
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0-alpha.1](https://github.com/finnair/v-validation/compare/v2.0.0...v3.0.0-alpha.1) (2022-09-26) | ||
**Note:** Version bump only for package @finnair/path | ||
# [2.0.0](https://github.com/finnair/v-validation/compare/v1.1.0...v2.0.0) (2022-09-08) | ||
@@ -8,0 +16,0 @@ |
@@ -8,2 +8,4 @@ "use strict"; | ||
this.path = path; | ||
Object.freeze(this.path); | ||
Object.freeze(this); | ||
} | ||
@@ -10,0 +12,0 @@ index(index) { |
@@ -18,2 +18,4 @@ "use strict"; | ||
this.allowGaps = allowGaps; | ||
Object.freeze(this.expressions); | ||
Object.freeze(this); | ||
} | ||
@@ -20,0 +22,0 @@ find(root, first) { |
@@ -10,2 +10,5 @@ "use strict"; | ||
this.allowGaps = allowGaps; | ||
Object.freeze(this.includes); | ||
Object.freeze(this.excludes); | ||
Object.freeze(this); | ||
} | ||
@@ -12,0 +15,0 @@ map(input) { |
{ | ||
"name": "@finnair/path", | ||
"version": "2.0.0", | ||
"version": "3.0.0-alpha.1", | ||
"private": false, | ||
@@ -25,3 +25,3 @@ "description": "Simple object path as array of strings and numbers", | ||
}, | ||
"gitHead": "432759665b664859d5ed80e4b573432abdb23afc" | ||
"gitHead": "34e2b0697aaee247e03b7a65d677c7b766a7fbca" | ||
} |
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
38935
635
1