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.38 to 1.0.39

2

package.json
{
"name": "@devcycle/types",
"version": "1.0.38",
"version": "1.0.39",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "commonjs",

export interface DVCLogger {
error(message: string): void;
error(message: string, error?: unknown): void;
warn(message: string): void;

@@ -4,0 +4,0 @@ info(message: string): void;

@@ -219,3 +219,14 @@ import { PublicEnvironment, PublicFeature, PublicProject, PublicVariable } from '../../config/configBody';

knownVariableKeys: number[];
/**
* Information about how to establish a streaming connection to receive config updates
*/
sse?: {
url?: string;
};
/**
* the etag representing the CDN config used to generate this bucketed config. Can be used to determine config
* staleness.
*/
etag?: string;
}
export {};

@@ -36,2 +36,8 @@ import { Project, Environment, Variable, Variation, ListAudience, Audience, FeatureConfiguration, Rollout, RolloutStage, Feature, Target } from './models';

listAudiences?: ListAudience<IdType>[];
/**
* Ably information used for establishing connections
*/
ably?: {
apiKey: string;
};
}

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