Socket
Socket
Sign inDemoInstall

schema-utils

Package Overview
Dependencies
8
Maintainers
5
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

2

dist/ValidationError.js

@@ -801,3 +801,3 @@ "use strict";

case "integer":
return `${dataPath} should be a ${this.getSchemaPartText(parentSchema, false, true)}`;
return `${dataPath} should be an ${this.getSchemaPartText(parentSchema, false, true)}`;

@@ -804,0 +804,0 @@ case "string":

{
"name": "schema-utils",
"version": "3.1.0",
"version": "3.1.1",
"description": "webpack Validation Utils",

@@ -48,3 +48,3 @@ "license": "MIT",

"dependencies": {
"@types/json-schema": "^7.0.7",
"@types/json-schema": "^7.0.8",
"ajv": "^6.12.5",

@@ -64,3 +64,3 @@ "ajv-keywords": "^3.5.2"

"del-cli": "^3.0.1",
"eslint": "^7.29.0",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",

@@ -70,8 +70,8 @@ "eslint-plugin-import": "^2.23.4",

"jest": "^27.0.6",
"lint-staged": "^11.0.0",
"lint-staged": "^11.0.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",
"standard-version": "^9.3.0",
"typescript": "^4.3.4",
"webpack": "^5.41.1"
"standard-version": "^9.3.1",
"typescript": "^4.3.5",
"webpack": "^5.45.1"
},

@@ -78,0 +78,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc