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

rox-ssr

Package Overview
Dependencies
Maintainers
7
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rox-ssr - npm Package Compare versions

Comparing version 5.4.9 to 5.4.10

1

dist/browser/index.d.ts

@@ -92,2 +92,3 @@ import { Flag } from './flag';

setCustomDateProperty(name: string, value: Date | ((context?: any) => Date)): void;
setCustomSemverProperty(name: string, value: string | ((context?: any) => string)): void;
fetch(): void;

@@ -94,0 +95,0 @@ showOverrides(position?: RoxOverridesPosition): void;

5

dist/browser/index.js

@@ -28,3 +28,3 @@ "use strict";

if (f) throw new TypeError("Generator is already executing.");
while (_) try {
while (g && (g = 0, op[0] && (_ = 0)), _) try {
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;

@@ -134,2 +134,5 @@ if (y = 0, t) op = [op[0] & 2, t.value];

};
_RoxClient.prototype.setCustomSemverProperty = function (name, value) {
utils_1.internalRox.setCustomSemverProperty(name, value);
};
_RoxClient.prototype.fetch = function () {

@@ -136,0 +139,0 @@ utils_1.internalRox.fetch();

@@ -172,2 +172,3 @@ import { Flag } from './flag';

setCustomDateProperty(name: string, value: Date | ((context?: any) => Date)): void;
setCustomSemverProperty(name: string, value: string | ((context?: any) => string)): void;
/**

@@ -174,0 +175,0 @@ * Pulls the latest configuration and flag values down from the Rollout servers

@@ -119,2 +119,5 @@ "use strict";

}
setCustomSemverProperty(name, value) {
utils_1.internalRox.setCustomSemverProperty(name, value);
}
/**

@@ -121,0 +124,0 @@ * Pulls the latest configuration and flag values down from the Rollout servers

{
"name": "rox-ssr",
"version": "5.4.9",
"version": "5.4.10",
"description": "Rollout.io ROX JS SDK Client for SSR",

@@ -46,4 +46,4 @@ "author": "Rollout.io <support@rollout.io>",

"dependencies": {
"rox-browser": "^5.4.9",
"rox-node": "^5.4.9"
"rox-browser": "^5.4.10",
"rox-node": "^5.4.10"
},

@@ -66,3 +66,3 @@ "devDependencies": {

},
"gitHead": "e1111ff25ada80f7d8c62eebfb8f35eb607fecd1"
"gitHead": "dc80c58ba9b52809a3a2a6beeea7c744999aafb1"
}
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