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

@finnair/path-parser

Package Overview
Dependencies
Maintainers
4
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 5.0.0 to 5.0.1

34

CHANGELOG.md

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

## [5.0.1](https://github.com/finnair/v-validation/compare/v5.0.0...v5.0.1) (2023-10-13)
### Bug Fixes
* moo import ([a866737](https://github.com/finnair/v-validation/commit/a8667371515fd2fe92fa2e32b382ccc55612b704))
* npm ignore node_modules for published packages ([9690faf](https://github.com/finnair/v-validation/commit/9690fafb8289e6448dbbeb6274054a8f2b01907a))
* revert npm ignore node_modules for published packages ([53acd31](https://github.com/finnair/v-validation/commit/53acd312441e823d507152f371ecca0367412c18))
**Note:** Version bump only for package @finnair/path-parser
## [5.0.1](https://github.com/finnair/v-validation/compare/v5.0.0...v5.0.1) (2023-10-13)
### Bug Fixes
* moo import ([a866737](https://github.com/finnair/v-validation/commit/a8667371515fd2fe92fa2e32b382ccc55612b704))
* npm ignore node_modules for published packages ([9690faf](https://github.com/finnair/v-validation/commit/9690fafb8289e6448dbbeb6274054a8f2b01907a))
* revert npm ignore node_modules for published packages ([53acd31](https://github.com/finnair/v-validation/commit/53acd312441e823d507152f371ecca0367412c18))
# [5.0.0](https://github.com/finnair/v-validation/compare/v4.3.0...v5.0.0) (2023-10-13)

@@ -8,0 +42,0 @@

2

dist/matcherGrammar.d.ts

@@ -1,2 +0,2 @@

import * as moo from 'moo';
import moo from 'moo';
interface NearleyRule {

@@ -3,0 +3,0 @@ name: string;

// Based on a grammar that was automatically generated by nearley, version 2.19.2
import * as matchers from '@finnair/path';
import * as moo from 'moo';
import moo from 'moo';
const lexer = moo.compile({

@@ -5,0 +5,0 @@ qString: /'(?:\\["bfnrt\/\\]|\\u[a-fA-F0-9]{4}|[^"\\])*?'/,

@@ -1,2 +0,2 @@

import * as moo from 'moo';
import moo from 'moo';
interface NearleyRule {

@@ -3,0 +3,0 @@ name: string;

// Based on a grammar that was automatically generated by nearley, version 2.19.2
// http://github.com/Hardmath123/nearley
import * as moo from 'moo';
import moo from 'moo';
const lexer = moo.compile({

@@ -5,0 +5,0 @@ qString: /'(?:\\["bfnrt\/\\]|\\u[a-fA-F0-9]{4}|[^"\\])*?'/,

{
"name": "@finnair/path-parser",
"version": "5.0.0",
"version": "5.0.1",
"private": false,

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

"dependencies": {
"@finnair/path": "^5.0.0",
"@finnair/path": "^5.0.1",
"@types/moo": "0.5.1",

@@ -39,3 +39,3 @@ "@types/nearley": "2.11.2",

},
"gitHead": "b20762715a79e2a336f9c8ceb5107a4d84104a14"
"gitHead": "002badde317763fb6ec6a0350b0043d04cc07163"
}
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