You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@devcycle/types

Package Overview
Dependencies
Maintainers
6
Versions
145
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.0.60

2

package.json
{
"name": "@devcycle/types",
"version": "1.0.59",
"version": "1.0.60",
"license": "MIT",

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

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

/**
* Map of audience id to audience document, used to populate the _audience field for audienceMatch filters
*/
* Map of audience id to audience document, used to populate the _audience field for audienceMatch filters
*/
audiences?: {
[id: string]: Audience;
[id: string]: Audience<IdType>;
};

@@ -28,0 +28,0 @@ /**