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 0.0.0-20214316491 to 0.0.0-20217722838

dist/ajv.cjs

2

dist/ajv.d.ts
import Ajv from "ajv";
export declare const ajv: Ajv.Ajv;
export declare const ajv: Ajv;
export declare function register(id: string, schema: object): void;
{
"name": "@kubernetes-models/validate",
"version": "0.0.0-20214316491",
"main": "dist/index.js",
"version": "0.0.0-20217722838",
"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,8 +33,9 @@ "description": "Validation library for Kubernetes models.",

"engines": {
"node": ">=10.4.0"
"node": ">=12"
},
"dependencies": {
"ajv": "^6.12.6",
"tslib": "^2.0.3"
"ajv": "^8.6.2",
"ajv-formats": "^2.1.0",
"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