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

sync-request-curl

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sync-request-curl - npm Package Compare versions

Comparing version 1.5.13 to 2.0.0

2

dist/cjs/utils.js

@@ -35,3 +35,3 @@ "use strict";

if (name && values.length > 0) {
acc[name.trim()] = values.join(':').trim();
acc[name.trim().toLowerCase()] = values.join(':').trim();
}

@@ -38,0 +38,0 @@ return acc;

@@ -30,3 +30,3 @@ import { CurlCode } from 'node-libcurl';

if (name && values.length > 0) {
acc[name.trim()] = values.join(':').trim();
acc[name.trim().toLowerCase()] = values.join(':').trim();
}

@@ -33,0 +33,0 @@ return acc;

@@ -7,3 +7,3 @@ {

},
"version": "1.5.13",
"version": "2.0.0",
"files": [

@@ -59,6 +59,6 @@ "dist"

"@types/morgan": "^1.9.4",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"eslint": "^8.46.0",
"@types/node": "^20.5.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"eslint": "^8.47.0",
"eslint-plugin-jest": "^27.2.3",

@@ -72,4 +72,5 @@ "express": "^4.18.2",

"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0"
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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