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

@postman/postman-sdk

Package Overview
Dependencies
Maintainers
341
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@postman/postman-sdk - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27

build/postman/instrumentation-configs/http.d.ts

3

build/postman/postman-otel/tracing.js

@@ -20,2 +20,3 @@ "use strict";

const data_redactions_1 = require("../data-redaction/data-redactions");
const http_1 = require("../instrumentation-configs/http");
// Postman SDK

@@ -63,3 +64,3 @@ class PostmanTracer {

_getHttpInstrumentation() {
return new instrumentation_http_1.HttpInstrumentation();
return new instrumentation_http_1.HttpInstrumentation(Object.assign({}, (0, http_1.getHttpInstrumentationConfig)()));
}

@@ -66,0 +67,0 @@ _getPostmanExpressInstrumentation() {

@@ -1,1 +0,1 @@

export declare const VERSION = "0.0.26";
export declare const VERSION = "0.0.27";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.0.26';
exports.VERSION = '0.0.27';
{
"name": "@postman/postman-sdk",
"version": "0.0.26",
"version": "0.0.27",
"description": "",

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

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