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

@node-red/nodes

Package Overview
Dependencies
Maintainers
2
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-red/nodes - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

4

core/network/21-httpin.js

@@ -49,6 +49,6 @@ /**

isText = false;
} else if (parsedType.subtype !== "octet-stream") {
} else if ((parsedType.subtype !== "octet-stream") && (parsedType.subtype !== "cbor")) {
checkUTF = true;
} else {
// applicatino/octet-stream
// application/octet-stream or application/cbor
isText = false;

@@ -55,0 +55,0 @@ }

@@ -607,3 +607,3 @@ {

"from" : "von",
"to" : "bis",
"to" : "auf",
"roundresult" : "Runde das Ergebnis auf die nächste ganze Zahl?"

@@ -610,0 +610,0 @@ },

@@ -126,3 +126,3 @@ {

"msgprop": "信息属性",
"msgobj": "完整信息",
"msgobj": "与调试输出相同",
"autostatus": "自动的",

@@ -129,0 +129,0 @@ "to": "目标",

@@ -126,3 +126,3 @@ {

"msgprop": "資訊屬性",
"msgobj": "完整資訊",
"msgobj": "與調試輸出相同",
"autostatus": "自動的",

@@ -129,0 +129,0 @@ "to": "目標",

{
"name": "@node-red/nodes",
"version": "1.1.2",
"version": "1.1.3",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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