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

postman-collection

Package Overview
Dependencies
Maintainers
5
Versions
180
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-collection - npm Package Compare versions

Comparing version 3.6.10 to 3.6.11

8

lib/content-info/index.js

@@ -262,7 +262,9 @@ var util = require('../util'),

var normalized,
detected;
detected,
detectedExtension;
if (!contentType) {
detected = fileType(response);
detected && (contentType = detected.mime);
detected && (contentType = detected.mime) && (detectedExtension = detected.ext);
}

@@ -281,3 +283,3 @@

charset: normalized.charset || CHARSET_UTF8,
extension: mimeType.extension(normalized.source) || E
extension: detectedExtension || mimeType.extension(normalized.source) || E
};

@@ -284,0 +286,0 @@ },

@@ -5,3 +5,3 @@ {

"author": "Postman Labs <help@getpostman.com>",
"version": "3.6.10",
"version": "3.6.11",
"keywords": [

@@ -38,3 +38,3 @@ "postman"

"escape-html": "1.0.3",
"faker": "5.4.0",
"faker": "5.5.3",
"file-type": "3.9.0",

@@ -47,3 +47,3 @@ "http-reasons": "0.1.0",

"mime-format": "2.0.1",
"mime-types": "2.1.29",
"mime-types": "2.1.30",
"postman-url-encoder": "3.0.1",

@@ -70,3 +70,3 @@ "sanitize-html": "1.20.1",

"jsdoc": "3.6.6",
"jsdoc-to-markdown": "7.0.0",
"jsdoc-to-markdown": "7.0.1",
"karma": "3.1.4",

@@ -78,7 +78,7 @@ "karma-browserify": "6.1.0",

"mocha": "7.2.0",
"mustache": "4.1.0",
"mustache": "4.2.0",
"nyc": "14.1.1",
"parse-gitignore": "1.0.1",
"postman-jsdoc-theme": "0.0.3",
"postman-request": "2.88.1-postman.28",
"postman-request": "2.88.1-postman.30",
"puppeteer": "1.20.0",

@@ -85,0 +85,0 @@ "recursive-readdir": "2.2.2",

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