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

@monokle/types

Package Overview
Dependencies
Maintainers
5
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@monokle/types - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

6

CHANGELOG.md
# @monokle/types
## 0.3.1
### Patch Changes
- 6201800: fix dry-run config `args` type
## 0.3.0

@@ -4,0 +10,0 @@

2

dry-run.ts
export type DryRunConfigKind = 'kustomize' | 'helm';
type Args = Array<Array<[string]>>;
type Args = Array<Array<string>>;

@@ -5,0 +5,0 @@ interface BaseConfig {

{
"name": "@monokle/types",
"version": "0.3.0",
"version": "0.3.1",
"types": "./index.d.ts",

@@ -5,0 +5,0 @@ "scripts": {

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