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

@builder.io/sdk

Package Overview
Dependencies
Maintainers
1
Versions
696
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/sdk - npm Package Compare versions

Comparing version 0.0.18 to 0.0.19

6

index.js

@@ -8,4 +8,6 @@ "use strict";

var Observable_1 = require("rxjs/Observable");
var json_stable_stringify_1 = require("json-stable-stringify");
var stringify = require("json-stable-stringify");
var isBrowser = typeof window !== 'undefined';
// Annoying workaround for module loading
var stableStringify = stringify.default || stringify;
var anyParser = parser;

@@ -62,3 +64,3 @@ // Workaround for oddly random module loading issues

// TODO: merge in the attribute from query string ones
queryParams.userAttributes = json_stable_stringify_1.default(this.getUserAttributes());
queryParams.userAttributes = stableStringify(this.getUserAttributes());
// TODO: cachebust if bd.noCache in request, also perhaps if in iframe

@@ -65,0 +67,0 @@ if (options.cachebust) {

{
"name": "@builder.io/sdk",
"version": "0.0.18",
"version": "0.0.19",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

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