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

trawlingweb

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trawlingweb - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

7

index.js
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
const axios = require('axios')
const VERSION = '1.0.4'

@@ -25,3 +26,7 @@

}
axios.get(url)
axios.get(url, {
headers: {
'User-Agent': `trawlingweb-cli.js ${VERSION}`
}
})
.then((response) => {

@@ -28,0 +33,0 @@ if (response && response.data && response.data.response) resolve(response.data.response)

2

package.json
{
"name": "trawlingweb",
"version": "1.0.3",
"version": "1.0.4",
"description": "Official Javascript Trawlingweb client for Backend and Frontend",

@@ -5,0 +5,0 @@ "main": "index.js",

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