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.2.2 to 1.2.3

LICENSE

7

package.json

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

},
"version": "1.2.2",
"version": "1.2.3",
"files": [

@@ -19,3 +19,4 @@ "dist"

"test:coverage": "jest --coverage",
"lint-fix": "eslint --fix 'src/**/*.{ts,js}'",
"lint": "eslint 'src/**/*.{ts,js}'",
"lint:fix": "eslint --fix 'src/**/*.{ts,js}'",
"build": "rm -rf dist && npm run build:esm && npm run build:cjs",

@@ -50,3 +51,3 @@ "build:esm": "tsc",

"license": "MIT",
"description": "Fast way to send synchronous web requests in NodeJS. API is a subset of sync-request. Leverages node-libcurl for speed. Cannot be used in a browser,",
"description": "Fast way to send synchronous web requests in NodeJS. API is a subset of sync-request. Leverages node-libcurl for high performance. Cannot be used in a browser.",
"dependencies": {

@@ -53,0 +54,0 @@ "node-libcurl": "^3.0.0"

@@ -7,3 +7,3 @@ # sync-request-curl

This library cannot be used in a browser.
This library was designed to run on NodeJS. It cannot be used in a browser.

@@ -113,4 +113,4 @@ - [1. Installation](#1-installation)

It was designed to work with UNIX-like systems for UNSW students enrolled in COMP1531 Software Fundamentals.
It was designed to work with UNIX-like systems for UNSW students enrolled in COMP1531 Software Engineering Fundamentals.
Tested to be working on Arch & Debian Linux. Since [node-libcurl](https://github.com/JCMais/node-libcurl) is the core of this module, it is likely also compatible with other operating systems such as MacOS and Windows.
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