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

@devcycle/types

Package Overview
Dependencies
Maintainers
0
Versions
138
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.20.0 to 1.21.0

2

package.json
{
"name": "@devcycle/types",
"version": "1.20.0",
"version": "1.21.0",
"license": "MIT",

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

@@ -78,2 +78,8 @@ import { DVCLogger, DVCDefaultLogLevel } from '../../../logger';

/**
* Disables real time updates and their associated SSE connection
* will default back to polling for config updates
*/
disableRealTimeUpdates?: boolean;
/**
* @deprecated real time updates are enabled by default now
* BETA: Enable Real Time Updates and their associated SSE connection

@@ -80,0 +86,0 @@ */

@@ -78,2 +78,8 @@ import { DVCLogger, DVCDefaultLogLevel } from '../../../logger';

/**
* Disables real time updates and their associated SSE connection
* will default back to polling for config updates
*/
disableRealTimeUpdates?: boolean;
/**
* @deprecated real time updates are enabled by default now
* BETA: Enable Real Time Updates and their associated SSE connection

@@ -80,0 +86,0 @@ */

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