New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@finnair/path-parser

Package Overview
Dependencies
Maintainers
4
Versions
44
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 0.9.0 to 1.0.0

8

CHANGELOG.md

@@ -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 @@

1

dist/index.js
"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; } });

2

dist/matcherGrammar.js

@@ -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"
}
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