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

xsd-schema-validator

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xsd-schema-validator - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

2

lib/post-install.js

@@ -15,5 +15,5 @@ const validator = require('./validator');

validator.setup().catch(err => {
console.error(err);
console.error('setup failed', err);
process.exit(1);
});

@@ -15,5 +15,5 @@ const fs = require('fs');

const BASE_DIR = path.resolve(__dirname + '/../');
const BASE_DIR = path.resolve(__dirname, '..');
const VALIDATOR = path.resolve(__dirname + '/../support/XMLValidator');
const VALIDATOR = path.resolve(__dirname, '../support/XMLValidator');

@@ -20,0 +20,0 @@ async function withJava(executable, debug) {

{
"name": "xsd-schema-validator",
"version": "0.9.0",
"version": "0.10.0",
"description": "A (XSD) schema validator for nodejs",

@@ -18,3 +18,3 @@ "main": "lib/validator.js",

"engines": {
"node": ">= 16"
"node": ">= 18"
},

@@ -31,13 +31,13 @@ "keywords": [

"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.19",
"chai": "^4.4.1",
"@types/mocha": "^10.0.9",
"@types/node": "^20.17.6",
"chai": "^4.5.0",
"eslint": "^8.56.0",
"eslint-plugin-bpmn-io": "^1.0.0",
"mocha": "^10.2.0",
"npm-run-all2": "^6.0.0",
"typescript": "^5.3.3"
"mocha": "^10.8.2",
"npm-run-all2": "^7.0.1",
"typescript": "^5.6.3"
},
"dependencies": {
"which": "^4.0.0"
"which": "^5.0.0"
},

@@ -44,0 +44,0 @@ "files": [

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