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

adstxt

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adstxt - npm Package Compare versions

Comparing version

to
0.0.2

2

package.json
{
"name": "adstxt",
"version": "0.0.1",
"version": "0.0.2",
"description": "Crawl website for ads.txt entries.",

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

@@ -62,3 +62,5 @@ const request = require('request-promise')

result.push(entry)
if (adsystemDomain) {
result.push(entry)
}
})

@@ -65,0 +67,0 @@