Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@featurevisor/roku

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurevisor/roku - npm Package Compare versions

Comparing version
1.0.3
to
1.0.4
src/components/libs/featurevisor/Featurevisor.instance.brs

Sorry, the diff of this file is not supported yet

+38
<?xml version="1.0" encoding="utf-8" ?>
<component name="FeaturevisorInstance" extends="Node">
<interface>
<!-- Events -->
<field id="activated" type="assocarray" alwaysNotify="true" value="{}" />
<field id="ready" type="assocarray" alwaysNotify="true" value="{}" />
<field id="refreshed" type="assocarray" alwaysNotify="true" value="{}" />
<field id="updated" type="assocarray" alwaysNotify="true" value="{}" />
<!-- Functions -->
<function name="activate" />
<function name="clear" />
<function name="evaluateFlag" />
<function name="evaluateVariable" />
<function name="evaluateVariation" />
<function name="getFeature" />
<function name="getRevision" />
<function name="getVariable" />
<function name="getVariableArray" />
<function name="getVariableBoolean" />
<function name="getVariableDouble" />
<function name="getVariableInteger" />
<function name="getVariableJSON" />
<function name="getVariableObject" />
<function name="getVariableString" />
<function name="getVariation" />
<function name="initialize" />
<function name="isEnabled" />
<function name="refresh" />
<function name="setDatafile" />
<function name="setStickyFeatures" />
<function name="startRefreshing" />
<function name="stopRefreshing" />
</interface>
<script type="text/brightscript" uri="Featurevisor.instance.brs" />
</component>

Sorry, the diff of this file is not supported yet

<?xml version="1.0" encoding="utf-8" ?>
<component name="FeaturevisorRequest" extends="HttpRequest">
<script type="text/brightscript" uri="Featurevisor.request.brs" />
</component>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

+3
-3
{
"name": "@featurevisor/roku",
"version": "1.0.3",
"version": "1.0.4",
"description": "Roku FeatureVisor SDK",

@@ -23,7 +23,7 @@ "keywords": [

"files": [
"kopytkoSrc",
"src",
"!**/_tests"
],
"scripts": {
"lint": "eslint --ext .brs kopytkoSrc/",
"lint": "eslint --ext .brs src/",
"test": "node node_modules/@dazn/kopytko-unit-testing-framework/scripts/test.js"

@@ -30,0 +30,0 @@ },

Sorry, the diff of this file is not supported yet

<?xml version="1.0" encoding="utf-8" ?>
<component name="FeaturevisorInstance" extends="Node">
<interface>
<!-- Events -->
<field id="activated" type="assocarray" alwaysNotify="true" value="{}" />
<field id="ready" type="assocarray" alwaysNotify="true" value="{}" />
<field id="refreshed" type="assocarray" alwaysNotify="true" value="{}" />
<field id="updated" type="assocarray" alwaysNotify="true" value="{}" />
<!-- Functions -->
<function name="activate" />
<function name="clear" />
<function name="evaluateFlag" />
<function name="evaluateVariable" />
<function name="evaluateVariation" />
<function name="getFeature" />
<function name="getRevision" />
<function name="getVariable" />
<function name="getVariableArray" />
<function name="getVariableBoolean" />
<function name="getVariableDouble" />
<function name="getVariableInteger" />
<function name="getVariableJSON" />
<function name="getVariableObject" />
<function name="getVariableString" />
<function name="getVariation" />
<function name="initialize" />
<function name="isEnabled" />
<function name="refresh" />
<function name="setDatafile" />
<function name="setStickyFeatures" />
<function name="startRefreshing" />
<function name="stopRefreshing" />
</interface>
<script type="text/brightscript" uri="Featurevisor.instance.brs" />
</component>

Sorry, the diff of this file is not supported yet

<?xml version="1.0" encoding="utf-8" ?>
<component name="FeaturevisorRequest" extends="HttpRequest">
<script type="text/brightscript" uri="Featurevisor.request.brs" />
</component>

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet