![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@har-sdk/postman
Advanced tools
[![Maintainability](https://api.codeclimate.com/v1/badges/4acaec95c82465cb2c3d/maintainability)](https://codeclimate.com/github/NeuraLegion/har-sdk/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/4acaec95c82465cb2c3d/test_coverage
Transform your Postman collection into a series of HAR request objects. This can be useful for a variety of purposes, such as analyzing network performance and debugging web applications.
With this library, you can easily generate requests with fake data to test your API using AutoCannon or DevTools.
To install the library, run the following command:
$ npm i --save @har-sdk/postman
To convert your collection, use the postman2har
function as follows:
import collection from './postman-collection.json' assert { type: 'json' };
import { postman2har } from '@har-sdk/postman';
const requests = await postman2har(collection);
console.log(requests);
If you want to pass additional data to resolve environment variables, you can do so by passing an options object as the second parameter:
const requests = await postman2har(collection, {
environment: { baseUrl: 'https://example.com' }
});
console.log(requests);
Copyright © 2023 Bright Security.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
[![Maintainability](https://api.codeclimate.com/v1/badges/4acaec95c82465cb2c3d/maintainability)](https://codeclimate.com/github/NeuraLegion/har-sdk/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/4acaec95c82465cb2c3d/test_coverage
The npm package @har-sdk/postman receives a total of 87 weekly downloads. As such, @har-sdk/postman popularity was classified as not popular.
We found that @har-sdk/postman demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.