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

@kubev2v/types

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kubev2v/types - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

17

package.json
{
"name": "@kubev2v/types",
"version": "0.0.1",
"version": "0.0.2",
"description": "Typescript interfaces and types for forklift",
"license": "Apache-2.0",
"private": false,
"repository": {

@@ -12,11 +13,11 @@ "type": "git",

"files": [
"dist/index.js",
"dist/index.d.ts"
"./dist/*"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rm -rf ./dist && rm -rf ./coverage",
"clean:all": "npm run clean && rm -rf ./node_modules",
"build": "rm -rf dist && npx rollup -c --bundleConfigAsCjs",
"clean": "rm -rf ./dist ./coverage tsconfig.tsbuildinfo",
"clean:all": "npm run clean -- ./node_modules ./.rollup.cache",
"build": "rollup -c --bundleConfigAsCjs",
"start": "rollup -c --bundleConfigAsCjs --watch",
"lint": "eslint .",

@@ -23,0 +24,0 @@ "lint:fix": "eslint . --fix"

# @kubev2v/types
Auto generated typescript models and constants for Forklift constroller.
Manual and auto generated typescript models and constants for Forklift controller.
| Subdirectory | Auto generated | Description | Contents |
|---------------------------|----------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [constants](./src/constants) | Auto | Contains auto-generated Openshift Web Console model constants. | Auto-generated models, that can be manually adjusted. |
| [models](./src/models) | Auto | Contains auto-generated types for Kubernetes (k8s) models used in the project. | Kubernetes (k8s) models used in the project, auto-generated from API definitions or other sources. |
| [types](./src/types) | Manual | Contains manually created helper types and non-Kubernetes types used by the inventory API. | - Helper types: Manually created types that assist in various tasks within the project.<br>- Non-Kubernetes types: Types that are used by the inventory API. |
## Auto generating new version

@@ -41,3 +47,3 @@

The model constant is auto generated with `abbr` that defaults to first two letters of the kind, and undefined `color`.
It is sometimes advisable to manual change the defualts.
It is sometimes advisable to manual change the defaults.

@@ -56,3 +62,3 @@ for example:

```
can be amually edited to:
can be manually edited to:

@@ -59,0 +65,0 @@ ``` ts

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