New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

blank-web-sdk

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blank-web-sdk - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

4

lib/client/IframeTokenProvider.js

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

var timer = setTimeout(function () {
reject("timeout");
reject("Iframe RPC timeout");
}, 2000);

@@ -130,3 +130,3 @@ _this4._requests[data.id] = function (_d) {

// console.log("EVENT:", event.origin, event.data);
if (event.origin !== _this5._blankUri || event.data == null) {
if (_this5._blankUri.indexOf(event.origin) !== 0 || event.data == null) {
return;

@@ -133,0 +133,0 @@ }

{
"name": "blank-web-sdk",
"version": "0.0.21",
"version": "0.0.22",
"description": "SDK for web applications created with Blank back-end",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

Sorry, the diff of this file is too big to display

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