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

@postman/postman-sdk

Package Overview
Dependencies
Maintainers
350
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.1 to 0.1.9-beta.2

2

build/postman/instrumentation/instrumentation-express.js

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

'http.method': this.req.method,
'http.status_code': this.req.statusCode,
'http.status_code': this.statusCode,
'http.host': this.req.hostname,

@@ -60,0 +60,0 @@ 'http.target': this.req.url,

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

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