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.10.1 to 1.10.2

6

index.cjs.js

@@ -1094,4 +1094,8 @@ 'use strict';

/**
* Ably information used for establishing connections
* SSE information used for establishing connections.
*/
sse;
/**
* @deprecated Deprecated ably connection/configuration
*/
ably;

@@ -1098,0 +1102,0 @@ }

@@ -1080,4 +1080,8 @@ import isString from 'lodash/isString';

/**
* Ably information used for establishing connections
* SSE information used for establishing connections.
*/
sse;
/**
* @deprecated Deprecated ably connection/configuration
*/
ably;

@@ -1084,0 +1088,0 @@ }

2

package.json
{
"name": "@devcycle/types",
"version": "1.10.1",
"version": "1.10.2",
"license": "MIT",

@@ -5,0 +5,0 @@ "main": "./index.cjs.js",

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

/**
* Ably information used for establishing connections
* SSE information used for establishing connections.
*/
sse?: {
hostname: string;
path: string;
channel: string;
};
/**
* @deprecated Deprecated ably connection/configuration
*/
ably?: {

@@ -51,0 +59,0 @@ apiKey: string;

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

/**
* Ably information used for establishing connections
* SSE information used for establishing connections.
*/
sse?: {
hostname: string;
path: string;
channel: string;
};
/**
* @deprecated Deprecated ably connection/configuration
*/
ably?: {

@@ -51,0 +59,0 @@ apiKey: string;

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