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

ryuu-client

Package Overview
Dependencies
Maintainers
0
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ryuu-client - npm Package Compare versions

Comparing version 4.4.2 to 4.4.3

8

lib/domoapps-client.js

@@ -267,7 +267,5 @@ "use strict";

data: contents,
headers: extension in models_1.CONTENT_TYPE_MAP
? {
'Content-Type': mime.getType(extension) || 'application/octet-stream',
}
: {},
headers: {
'Content-Type': mime.getType(extension) || 'application/octet-stream',
},
maxBodyLength: Infinity,

@@ -274,0 +272,0 @@ maxContentLength: Infinity,

{
"name": "ryuu-client",
"version": "4.4.2",
"version": "4.4.3",
"description": "Node client for ryuu services",

@@ -5,0 +5,0 @@ "author": "Domo",

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