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

retsly-js-sdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retsly-js-sdk - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

6

index.js

@@ -154,3 +154,3 @@ /**

xhr.withCredentials = true;
if (window.XMLHttpRequest && !window.XDomainRequest)
if (window.XMLHttpRequest)
xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');

@@ -191,3 +191,3 @@ },

xhr.withCredentials = true;
if (window.XMLHttpRequest && !window.XDomainRequest)
if (window.XMLHttpRequest)
xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');

@@ -339,3 +339,3 @@ },

xhr.withCredentials = true;
if (window.XMLHttpRequest && !window.XDomainRequest)
if (window.XMLHttpRequest)
xhr.setRequestHeader('X-Requested-With', 'XMLHttpRequest');

@@ -342,0 +342,0 @@ },

{
"name": "retsly-js-sdk",
"version": "0.7.3",
"version": "0.7.4",
"author": {

@@ -5,0 +5,0 @@ "name": "Retsly",

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