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

axios-curlirize

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axios-curlirize - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

2

package.json
{
"name": "axios-curlirize",
"version": "1.3.0",
"version": "1.3.1",
"description": "Axios third-party module to print all axios requests as curl commands in the console.",

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

@@ -80,3 +80,4 @@ export class CurlHelper {

if (this.getQueryString() != "") {
url = url.substr(0, url.length - 1) + this.getQueryString();
url = (url.charAt(url.length - 1) == '/') ? url.substr(0, url.length - 1) : url;
url += this.getQueryString();
}

@@ -83,0 +84,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