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

@devcycle/types

Package Overview
Dependencies
Maintainers
6
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@devcycle/types - npm Package Compare versions

Comparing version 1.0.52 to 1.0.53

2

package.json
{
"name": "@devcycle/types",
"version": "1.0.52",
"version": "1.0.53",
"license": "MIT",

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

import { VariableType, VariableValue } from './types/config/models';
import { DVCLogger } from './logger';
export declare type ArrayElement<ArrayType extends readonly unknown[]> = ArrayType extends readonly (infer ElementType)[] ? ElementType : never;
export declare const getVariableTypeFromValue: (value: VariableValue, key: string, logger: DVCLogger, shouldThrow?: boolean) => VariableType | null;
export declare function getVariableTypeFromValue(value: VariableValue, key: string, logger: DVCLogger, shouldThrow?: false): VariableType | null;
export declare function getVariableTypeFromValue(value: VariableValue, key: string, logger: DVCLogger, shouldThrow: true): VariableType;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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