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

@kubernetes-models/validate

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubernetes-models/validate - npm Package Compare versions

Comparing version 1.6.0 to 2.0.0

dist/ajv.cjs

17

package.json
{
"name": "@kubernetes-models/validate",
"version": "1.6.0",
"main": "dist/index.js",
"version": "2.0.0",
"main": "dist/index.cjs",
"module": "dist/index.mjs",

@@ -10,3 +10,3 @@ "types": "dist/index.d.ts",

"import": "./dist/index.mjs",
"require": "./dist/index.js"
"require": "./dist/index.cjs"
},

@@ -33,10 +33,9 @@ "description": "Validation library for Kubernetes models.",

"engines": {
"node": ">=10.4.0"
"node": ">=12"
},
"dependencies": {
"ajv": "^8.5.0",
"ajv": "^8.6.2",
"ajv-formats": "^2.1.0",
"tslib": "^2.2.0"
},
"gitHead": "0a52ed0650a97bbd91e1bf132d6a1752b8454a74"
}
"tslib": "^2.3.0"
}
}

Sorry, the diff of this file is not supported yet

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