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

@smartbear/one-report-publisher

Package Overview
Dependencies
Maintainers
14
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@smartbear/one-report-publisher - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

2

dist/cjs/src/publish.js

@@ -149,3 +149,3 @@ "use strict";

if (res.statusCode !== 201) {
return reject(new Error("Unexpected status code ".concat(res.statusCode, "\nPOST ").concat(url.toString(), "\n> ").concat(Object.entries(headers)
return reject(new Error("Unexpected status code ".concat(res.statusCode, "\nPOST ").concat(url.toString(), " -d @").concat(path, "\n> ").concat(Object.entries(headers)
.map(function (_a) {

@@ -152,0 +152,0 @@ var _b = __read(_a, 2), h = _b[0], v = _b[1];

@@ -79,3 +79,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

return reject(new Error(`Unexpected status code ${res.statusCode}
POST ${url.toString()}
POST ${url.toString()} -d @${path}
> ${Object.entries(headers)

@@ -82,0 +82,0 @@ .map(([h, v]) => `${h}: ${v}`)

{
"name": "@smartbear/one-report-publisher",
"version": "0.0.9",
"version": "0.0.10",
"description": "Publish Test Results to SmartBear OneReport",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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