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

@finnair/path

Package Overview
Dependencies
Maintainers
4
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finnair/path - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0-alpha.1

8

CHANGELOG.md

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

2

dist/Path.js

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

4

package.json
{
"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"
}
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