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

@danitech/scraper

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@danitech/scraper - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

package.json
{
"name": "@danitech/scraper",
"version": "1.0.5",
"version": "1.0.6",
"description": "This module provides a collection of functions for various scraping tasks. You can use these functions to download content from different sources, search for specific information, stalk user profiles, utilize artificial intelligence models, fetch random images, convert text to images or GIFs, and perform various image manipulation tasks. Below is an overview of the available functions.",

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

"creation_date": "Sep 13, 2023",
"update_date": "Sep 14, 2023",
"update_date": "Sep 16, 2023",
"author": "Dani Ramdani",

@@ -16,0 +16,0 @@ "license": "MIT",

@@ -27,3 +27,3 @@ # Scraper Module

// Import the entire module
const scraper = require('./lib/scraper');
const scraper = require('@danitech/scraper');
```

@@ -37,3 +37,3 @@

// Import the entire module
import * as scraper from './lib/scraper';
import * as scraper from '@danitech/scraper';
```

@@ -40,0 +40,0 @@

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