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

iobroker.parser

Package Overview
Dependencies
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.parser - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

26

io-package.json
{
"common": {
"name": "parser",
"version": "1.2.0",
"version": "1.2.1",
"news": {
"1.2.1": {
"en": "Always use raw response and not try to parse it",
"de": "Verwenden Sie immer rohe Reaktion und nicht versuchen, es zu parse",
"ru": "Всегда используйте реагирование сырья и не пытайтесь его парсить",
"pt": "Sempre use a resposta crua e não tente analisá-la",
"nl": "Gebruik altijd rauwe reactie en probeer het niet te verdubbelen",
"fr": "Toujours utiliser la réponse brute et ne pas essayer de la parser",
"it": "Utilizzare sempre la risposta cruda e non cercare di analizzarlo",
"es": "Utilice siempre la respuesta cruda y no trate de analizarla",
"pl": "Zawsze wykorzystuje surową reakcję i nie starają się ją złożyć",
"zh-cn": "使用原始反应,不试图将其稀释。"
},
"1.2.0": {

@@ -77,14 +89,2 @@ "en": "Allow to specify if self-signed/invalid SSL certificates are ignored or not (default is to ignore as till now)\nAllow to specify if an \"insecure HTTP parser\" is used which also enables HTTP implementations that are not compliant to specifications\nAllow to specify the HTTP request timeout",

"zh-cn": "修复 Sentry 报告的崩溃案例"
},
"1.1.3": {
"en": "if regex did not match set defined replacement value (or null)",
"de": "wenn Regex nicht übereinstimmte definierter Ersatzwert gesetzt (oder null)",
"ru": "если регулярное выражение не соответствует заданному значению замены (или null)",
"pt": "se regex não correspondeu ao valor de substituição definido definido (ou nulo)",
"nl": "als regex niet overeenkomt met de ingestelde vervangingswaarde (of null)",
"fr": "si regex ne correspond pas à la valeur de remplacement définie définie (ou nulle)",
"it": "se regex non corrispondeva imposta il valore di sostituzione definito (o null)",
"es": "si la expresión regular no coincide con el valor de reemplazo definido establecido (o nulo)",
"pl": "jeśli wyrażenie regularne nie pasuje do ustawionej zdefiniowanej wartości zastępczej (lub null)",
"zh-cn": "如果正则表达式不匹配设置定义的替换值(或 null)"
}

@@ -91,0 +91,0 @@ },

@@ -335,3 +335,5 @@ /* jshint -W097 */// jshint strict:false

insecureHTTPParser: !!adapter.config.useInsecureHTTPParser,
timeout: adapter.config.requestTimeout
timeout: adapter.config.requestTimeout,
transformResponse: [], // do not have any JSON parsing or such
responseType: 'text'
});

@@ -338,0 +340,0 @@ callback(res.status !== 200 ? res.statusText || JSON.stringify(res.status) : null, res.data, link)

{
"name": "iobroker.parser",
"version": "1.2.0",
"version": "1.2.1",
"description": "Parses web pages and files for values.",

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

@@ -120,2 +120,5 @@ ![Logo](admin/parser.png)

## Changelog
### 1.2.1 (2022-09-15)
* (Apollon77) Always use raw response and not try to parse it
### 1.2.0 (2022-09-12)

@@ -122,0 +125,0 @@ * (Apollon77) Allow to specify if self-signed/invalid SSL certificates are ignored or not (default is to ignore as till now)

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