New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bare-http1

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bare-http1 - npm Package Compare versions

Comparing version

to
2.0.2

4

CMakeLists.txt

@@ -10,3 +10,3 @@ cmake_minimum_required(VERSION 3.25)

target_sources(
bare_http1
${bare_http1}
PRIVATE

@@ -18,3 +18,3 @@ binding.c

target_link_libraries(
bare_http1
${bare_http1}
INTERFACE

@@ -21,0 +21,0 @@ ws2_32

{
"name": "bare-http1",
"version": "2.0.1",
"version": "2.0.2",
"description": "Native HTTP/1 library for JavaScript",

@@ -13,5 +13,3 @@ "main": "index.js",

],
"addon": {
"target": "bare_http1"
},
"addon": true,
"scripts": {

@@ -18,0 +16,0 @@ "test": "standard && bare test.js"