postman-collection
Advanced tools
Comparing version 3.6.7 to 3.6.8-beta.1
var _ = require('../util').lodash, | ||
url_parse = require('../url-parse'), | ||
url_parse = require('postman-url-encoder/parser').parse, | ||
PropertyBase = require('./property-base').PropertyBase, | ||
@@ -4,0 +4,0 @@ QueryParam = require('./query-param').QueryParam, |
@@ -5,3 +5,3 @@ { | ||
"author": "Postman Labs <help@getpostman.com>", | ||
"version": "3.6.7", | ||
"version": "3.6.8-beta.1", | ||
"keywords": [ | ||
@@ -28,3 +28,3 @@ "postman" | ||
"publish-wiki": "node npm/publish-wiki.js", | ||
"publish-docs": "node npm/publish-docs.js", | ||
"release": "node npm/create-release.js", | ||
"test": "npm run test-lint && npm run test-system && npm run test-unit && npm run test-browser", | ||
@@ -45,6 +45,6 @@ "test-system": "node npm/test-system.js", | ||
"lodash": "4.17.20", | ||
"marked": "1.1.1", | ||
"marked": "1.2.0", | ||
"mime-format": "2.0.0", | ||
"mime-types": "2.1.27", | ||
"postman-url-encoder": "2.1.3", | ||
"postman-url-encoder": "3.0.0", | ||
"sanitize-html": "1.20.1", | ||
@@ -55,2 +55,3 @@ "semver": "7.3.2", | ||
"devDependencies": { | ||
"@postman/shipit": "0.2.0", | ||
"async": "3.2.0", | ||
@@ -69,3 +70,3 @@ "bipbip": "0.4.1", | ||
"js-yaml": "3.14.0", | ||
"jsdoc": "3.6.5", | ||
"jsdoc": "3.6.6", | ||
"jsdoc-to-markdown": "6.0.1", | ||
@@ -82,3 +83,3 @@ "karma": "3.1.4", | ||
"postman-jsdoc-theme": "0.0.3", | ||
"postman-request": "2.88.1-postman.24", | ||
"postman-request": "2.88.1-postman.26", | ||
"puppeteer": "1.20.0", | ||
@@ -85,0 +86,0 @@ "recursive-readdir": "2.2.2", |
@@ -1,2 +0,2 @@ | ||
# Postman Collection SDK [![Build Status](https://travis-ci.org/postmanlabs/postman-collection.svg?branch=develop)](https://travis-ci.org/postmanlabs/postman-collection) [![codecov](https://codecov.io/gh/postmanlabs/postman-collection/branch/develop/graph/badge.svg)](https://codecov.io/gh/postmanlabs/postman-collection) | ||
# Postman Collection SDK [![Build Status](https://travis-ci.com/postmanlabs/postman-collection.svg?branch=develop)](https://travis-ci.com/postmanlabs/postman-collection) [![codecov](https://codecov.io/gh/postmanlabs/postman-collection/branch/develop/graph/badge.svg)](https://codecov.io/gh/postmanlabs/postman-collection) | ||
@@ -7,11 +7,11 @@ Postman Collection SDK is a NodeJS module that allows a developer to work with Postman Collections. Using this module a | ||
A collection lets you group individual requests together. These requests can be further organized into folders to | ||
accurately mirror your API. Requests can also store sample responses when saved in a collection. You can add metadata | ||
A collection lets you group individual requests together. These requests can be further organized into folders to | ||
accurately mirror your API. Requests can also store sample responses when saved in a collection. You can add metadata | ||
like name and description too so that all the information that a developer needs to use your API is available easily. | ||
To know more about Postman Collections, visit the | ||
To know more about Postman Collections, visit the | ||
[collection documentation section on Postman Website](https://www.getpostman.com/collection). | ||
> The new [Collection Format v2](http://blog.getpostman.com/2015/06/05/travelogue-of-postman-collection-format-v2/) | ||
> builds a stronger foundation for improving your productivity while working with APIs. We want your feedback and iron | ||
> The new [Collection Format v2](http://blog.getpostman.com/2015/06/05/travelogue-of-postman-collection-format-v2/) | ||
> builds a stronger foundation for improving your productivity while working with APIs. We want your feedback and iron | ||
> out issues before this goes into the Postman Apps. | ||
@@ -18,0 +18,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
0
584035
34
64
13141
1
+ Addedmarked@1.2.0(transitive)
+ Addedpostman-url-encoder@3.0.0(transitive)
- Removedmarked@1.1.1(transitive)
- Removedpostman-url-encoder@2.1.3(transitive)
Updatedmarked@1.2.0
Updatedpostman-url-encoder@3.0.0