@danitech/scraper
Advanced tools
Comparing version 1.0.5 to 1.0.6
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1264778
38