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

@postman/postman-sdk

Package Overview
Dependencies
Maintainers
353
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.1.9-beta.2 to 0.1.9-beta.3

2

build/postman/instrumentation/instrumentation-express.js

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

}
if (!this.req.route.path) {
if (!(this.req && this.req.route && this.req.route.path)) {
logger_1.logger.info('Issue: Missing Request route.');

@@ -68,0 +68,0 @@ }

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

export declare const VERSION = "0.1.9-beta.2";
export declare const VERSION = "0.1.9-beta.3";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.VERSION = void 0;
exports.VERSION = '0.1.9-beta.2';
exports.VERSION = '0.1.9-beta.3';
{
"name": "@postman/postman-sdk",
"version": "0.1.9-beta.2",
"version": "0.1.9-beta.3",
"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