Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@finnair/path-parser

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finnair/path-parser - npm Package Compare versions

Comparing version 6.1.0 to 7.0.0-alpha.0

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

# [7.0.0-alpha.0](https://github.com/finnair/v-validation/compare/v6.1.0...v7.0.0-alpha.0) (2024-11-08)
**Note:** Version bump only for package @finnair/path-parser
# [6.1.0](https://github.com/finnair/v-validation/compare/v6.0.2...v6.1.0) (2024-10-21)

@@ -8,0 +12,0 @@

3

dist/cjs/parsePath.js

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parsePath = void 0;
exports.parsePath = parsePath;
const path_1 = require("@finnair/path");

@@ -21,2 +21,1 @@ const nearley_1 = __importDefault(require("nearley"));

}
exports.parsePath = parsePath;

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.parsePathMatcher = void 0;
exports.parsePathMatcher = parsePathMatcher;
const nearley_1 = __importDefault(require("nearley"));

@@ -21,2 +21,1 @@ const matcherGrammar_js_1 = __importDefault(require("./matcherGrammar.js"));

}
exports.parsePathMatcher = parsePathMatcher;
{
"name": "@finnair/path-parser",
"version": "6.1.0",
"version": "7.0.0-alpha.0",
"private": false,

@@ -46,8 +46,8 @@ "description": "Simple object path as array of strings and numbers",

"peerDependencies": {
"@finnair/path": "~6.0"
"@finnair/path": ">=6"
},
"devDependencies": {
"@finnair/path": "^6.1.0"
"@finnair/path": "^7.0.0-alpha.0"
},
"gitHead": "24a7a43d0a5201a29d650e8bb767195d14af9784"
"gitHead": "9070e0d4d554bae9bb499ac5163a65adbe52dd65"
}

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