Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/rox-browser

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/rox-browser - npm Package Compare versions

Comparing version 4.8.0 to 4.8.1

12

rox-browser/index.d.ts

@@ -84,5 +84,5 @@ // Type definitions for rox-browser 4.8

*/
export function setCustomNumberProperty(name: string, value: number | (() => number)): void;
export function setCustomStringProperty(name: string, value: string | (() => string)): void;
export function setCustomBooleanProperty(name: string, value: boolean | (() => boolean)): void;
export function setCustomNumberProperty(name: string, value: number | ((context?: unknown) => number)): void;
export function setCustomStringProperty(name: string, value: string | ((context?: unknown) => string)): void;
export function setCustomBooleanProperty(name: string, value: boolean | ((context?: unknown) => boolean)): void;
export function setDynamicCustomPropertyRule(

@@ -150,3 +150,3 @@ handler: (propName: string, context: unknown) => number | string | boolean

// Returns true when the flag is enabled
isEnabled(): boolean;
isEnabled(context?: unknown): boolean;

@@ -172,3 +172,3 @@ // Unlock the Flag value from changes from the last time it was freezed

// Returns the current value of the Variant, accounting for value overrides
getValue(): BasicType<T>;
getValue(context?: unknown): BasicType<T>;

@@ -195,3 +195,3 @@ // Unlock the Variant value from changes from the last time it was freezed

// Returns the current value of the Configuration, accounting for value overrides
getValue(): BasicType<T>;
getValue(context?: unknown): BasicType<T>;

@@ -198,0 +198,0 @@ // Unlock the Configuration value from changes from the last time it was freezed

{
"name": "@types/rox-browser",
"version": "4.8.0",
"version": "4.8.1",
"description": "TypeScript definitions for rox-browser",

@@ -22,4 +22,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "b9bae28043477f2f201a77f812e09d70aa227a6aa882618e7062768893078cc0",
"typesPublisherContentHash": "a99766c7492480358db3460574877e3e05b176f440ef761d76af6ef04a54c510",
"typeScriptVersion": "3.0"
}

@@ -11,3 +11,3 @@ # Installation

Additional Details
* Last updated: Tue, 24 Sep 2019 18:42:37 GMT
* Last updated: Wed, 25 Sep 2019 18:07:23 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

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