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

@finnair/v-validation

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finnair/v-validation - npm Package Compare versions

Comparing version 7.0.0-alpha.7 to 7.0.0-alpha.8

6

CHANGELOG.md

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

# [7.0.0-alpha.8](https://github.com/finnair/v-validation/compare/v7.0.0-alpha.7...v7.0.0-alpha.8) (2024-11-21)
### Bug Fixes
- SchemaValidator export ([987f88c](https://github.com/finnair/v-validation/commit/987f88ccb7a5f0bc90c54d0a83b2fba901375d5f))
# [7.0.0-alpha.7](https://github.com/finnair/v-validation/compare/v7.0.0-alpha.6...v7.0.0-alpha.7) (2024-11-21)

@@ -8,0 +14,0 @@

1

dist/cjs/index.d.ts

@@ -6,1 +6,2 @@ export * from './V.js';

export * from './typing.js';
export * from './schema.js';

@@ -22,1 +22,2 @@ "use strict";

__exportStar(require("./typing.js"), exports);
__exportStar(require("./schema.js"), exports);

@@ -6,1 +6,2 @@ export * from './V.js';

export * from './typing.js';
export * from './schema.js';

@@ -6,1 +6,2 @@ export * from './V.js';

export * from './typing.js';
export * from './schema.js';

6

package.json
{
"name": "@finnair/v-validation",
"version": "7.0.0-alpha.7",
"version": "7.0.0-alpha.8",
"private": false,

@@ -51,5 +51,5 @@ "description": "V-validation core package",

"devDependencies": {
"@finnair/path": "^7.0.0-alpha.7"
"@finnair/path": "^7.0.0-alpha.8"
},
"gitHead": "33d04890181755ce41098efc2fb87d820beee0d7"
"gitHead": "ac7c2ffa732c06f485d51656fa538ae95457611f"
}

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