sync-request-curl
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27741
27