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

pactum

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pactum - npm Package Compare versions

Comparing version 3.6.6 to 3.6.7

2

package.json
{
"name": "pactum",
"version": "3.6.6",
"version": "3.6.7",
"description": "REST API Testing Tool for all levels in a Test Pyramid",

@@ -5,0 +5,0 @@ "main": "./src/index.js",

const fs = require('fs');
const lc = require('lightcookie');
const override = require('deep-override');
const path = require('path');

@@ -287,3 +287,4 @@ const Tosser = require('./Tosser');

withCore(options) {
this._request.core = options;
this._request.core = this._request.core || {};
override(this._request.core, options);
return this;

@@ -290,0 +291,0 @@ }

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