@finnair/path-parser
Advanced tools
Comparing version 0.9.0 to 1.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [1.0.0](https://github.com/finnair/v-validation/compare/v0.9.1...v1.0.0) (2022-01-20) | ||
**Note:** Version bump only for package @finnair/path-parser | ||
# [0.9.0](https://github.com/finnair/v-validation/compare/v0.8.0...v0.9.0) (2020-09-23) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.parsePathMatcher = exports.parsePath = void 0; | ||
var parsePath_1 = require("./parsePath"); | ||
@@ -4,0 +5,0 @@ Object.defineProperty(exports, "parsePath", { enumerable: true, get: function () { return parsePath_1.parsePath; } }); |
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@finnair/path-parser", | ||
"version": "0.9.0", | ||
"version": "1.0.0", | ||
"private": false, | ||
@@ -26,7 +26,7 @@ "description": "Simple object path as array of strings and numbers", | ||
"dependencies": { | ||
"@finnair/path": "^0.9.0", | ||
"@finnair/path": "^1.0.0", | ||
"@types/nearley": "2.11.1", | ||
"nearley": "2.19.5" | ||
}, | ||
"gitHead": "a60423b411b0cab587265e388a5b531f0f905588" | ||
"gitHead": "bd40a739be8c006e46f0b9f59426f435a971389b" | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
16188
236
1
1
+ Added@finnair/path@1.1.0(transitive)
- Removed@finnair/path@0.9.0(transitive)
Updated@finnair/path@^1.0.0