You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@devcycle/types

Package Overview
Dependencies
Maintainers
3
Versions
154
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

to
1.30.0

2

package.json
{
"name": "@devcycle/types",
"version": "1.29.0",
"version": "1.30.0",
"license": "MIT",

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

@@ -221,2 +221,5 @@ import { PublicEnvironment, PublicFeature, PublicProject, PublicVariable } from '../../config/configBody';

_feature?: string;
/**
* @deprecated use eval instead
*/
evalReason?: unknown;

@@ -229,2 +232,6 @@ eval?: EvalReason;

variationKey: string;
/**
* @deprecated use eval instead
*/
evalReason?: unknown;
eval?: EvalReason;

@@ -231,0 +238,0 @@ };

@@ -221,2 +221,5 @@ import { PublicEnvironment, PublicFeature, PublicProject, PublicVariable } from '../../config/configBody';

_feature?: string;
/**
* @deprecated use eval instead
*/
evalReason?: unknown;

@@ -229,2 +232,6 @@ eval?: EvalReason;

variationKey: string;
/**
* @deprecated use eval instead
*/
evalReason?: unknown;
eval?: EvalReason;

@@ -231,0 +238,0 @@ };