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

joi-strict

Package Overview
Dependencies
Maintainers
0
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

joi-strict - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

41

package.json
{
"name": "joi-strict",
"type": "module",
"version": "3.0.1",
"version": "4.0.0",
"description": "Thin wrapper around joi that defaults to stricter validation.",

@@ -11,5 +11,5 @@ "main": "lib/index.js",

"build-clean": "yarn run clean && yarn run build",
"test-simple": "c8 mocha --experimental-loader=./test/hot.js \"./test/**/*.spec.js\"",
"test-simple": "c8 mocha --import=./test/reg.js \"./test/**/*.spec.js\"",
"test": "yarn run clean && yarn run gardener && yarn run test-simple",
"semantic-release": "yarn run build-clean && npx semantic-release",
"semantic-release": "yarn run build-clean && yarn exec semantic-release",
"gardener": "node gardener.js",

@@ -42,16 +42,16 @@ "docker": "docker run --net host -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash",

"devDependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/register": "7.22.5",
"@blackflux/eslint-plugin-rules": "3.0.0",
"@blackflux/robo-config-plugin": "9.1.9",
"c8": "8.0.1",
"chai": "4.3.7",
"eslint": "8.46.0",
"@babel/core": "7.26.7",
"@babel/eslint-parser": "7.26.5",
"@babel/register": "7.25.9",
"@blackflux/eslint-plugin-rules": "4.0.0",
"@blackflux/robo-config-plugin": "10.0.0",
"c8": "10.1.3",
"chai": "5.1.2",
"eslint": "9.19.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-markdown": "3.0.1",
"eslint-plugin-mocha": "10.1.0",
"js-gardener": "5.0.1"
"eslint-plugin-import": "2.31.0",
"eslint-plugin-json": "4.0.1",
"eslint-plugin-markdown": "5.1.0",
"eslint-plugin-mocha": "10.5.0",
"js-gardener": "6.0.2"
},

@@ -65,3 +65,3 @@ "licenses": [

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

@@ -72,9 +72,4 @@ "files": [

"dependencies": {
"joi": "17.9.2"
},
"resolutions": {
"strip-ansi": "^6.0.0",
"string-width": "^4.0.0",
"wrap-ansi": "^v7.0.0"
"joi": "17.13.3"
}
}
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