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

newman-collection

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

newman-collection - npm Package Compare versions

Comparing version 1.2.0 to 1.2.1

example/package.json

3

package.json
{
"name": "newman-collection",
"version": "1.2.0",
"version": "1.2.1",
"description": "",

@@ -15,3 +15,2 @@ "main": "index.js",

"@types/node": "^13.7.1",
"@types/postman-collection": "file:./@types/postman-collection",
"postman-collection": "^3.5.5"

@@ -18,0 +17,0 @@ },

@@ -1,2 +0,32 @@

# newman-collection
Postman(Newman) collections decorator
# Newman/Postman collection generator
> \${DESCRIPTION}
[![NPM Version][npm-image]][npm-url]
## Install
```bash
npm i -S newman-collection
```
## Usage
The only feature this module brings is simplified JS-like creation of the collection file. Postman is a great service and the app is amazing but it doesn't fit any automation scenarios without paid subscription plan and established integrations.
Newman was developed by a postman team to make it cli-based and it can work with existing collections by filename or URL. There is also [postman-collection][postman-collection] module which is designed to work with collection as with a model. However even with this module code looked quite complicated.
## License
[MIT](http://vjpr.mit-license.org)
[npm-image]: https://img.shields.io/npm/v/newman-collection.svg
[npm-url]: https://npmjs.org/package/newman-collection
[travis-image]: https://img.shields.io/travis/live-js/newman-collection/master.svg
[travis-url]: https://travis-ci.org/live-js/newman-collection
[coveralls-image]: https://img.shields.io/coveralls/live-js/newman-collection/master.svg
[coveralls-url]: https://coveralls.io/r/live-js/newman-collection?branch=master
[postman-collection]: https://github.com/postmanlabs/postman-collection "postman-collection"
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