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

uniqhtt

Package Overview
Dependencies
Maintainers
0
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uniqhtt - npm Package Compare versions

Comparing version 1.0.55 to 1.0.56

10

package.json
{
"name": "uniqhtt",
"version": "1.0.55",
"version": "1.0.56",
"description": "Uniqhtt is a versatile Node.js library designed for handling HTTP requests and responses with advanced cookie management, HTML parsing, and CSS processing capabilities. It leverages powerful tools like jsdom, fetch-cookie, and postcss to provide a robust solution for web scraping, data extraction, and web automation tasks.",

@@ -12,6 +12,6 @@ "main": "lib/index.js",

"exports": {
"node": "./lib/env/node/index.js",
"browser": "./lib/env/browser/index.js",
"edge": "./lib/env/worker/index.js",
"default": "./lib/index.js"
".": "./lib/index.js",
"./node": "./lib/env/node/index.js",
"./browser": "./lib/env/browser/index.js",
"./edge": "./lib/env/worker/index.js"
},

@@ -18,0 +18,0 @@ "files": [

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