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

@swp/swipe-sdk

Package Overview
Dependencies
Maintainers
1
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swp/swipe-sdk - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

12

dist/main.js

@@ -506,7 +506,13 @@ 'use strict';

console.log("");
log("Raw Fetch Response", res);
log("Fetch response", {
url: res.url,
status: res.status,
statusText: res.statusText,
headers: res.headers
});
console.log("");
}
if (res.status === 204) {
if (debug) {
log("Parsed Response", "No content");
log("Response body", "No content");
console.log("");

@@ -518,3 +524,3 @@ }

if (debug) {
log("Parsed Response", body);
log("Response body", body);
console.log("");

@@ -521,0 +527,0 @@ }

{
"name": "@swp/swipe-sdk",
"version": "0.5.5",
"version": "0.5.6",
"private": false,

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

Sorry, the diff of this file is not supported yet

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