snapsave-media-downloader
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -11,3 +11,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
import { ofetch } from "ofetch"; | ||
import cheerio from "cheerio"; | ||
import { load } from "cheerio"; | ||
export const snapsave = (url) => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -77,3 +77,3 @@ try { | ||
const decode = decryptSnapSave(html); | ||
const $ = cheerio.load(decode); | ||
const $ = load(decode); | ||
const results = []; | ||
@@ -80,0 +80,0 @@ if ($("table.table").length || $("article.media > figure").length) { |
{ | ||
"name": "snapsave-media-downloader", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Download Instagram and Facebook Media using snapsave.app downloader", | ||
@@ -40,11 +40,11 @@ "type": "module", | ||
"devDependencies": { | ||
"@stylistic/eslint-plugin": "^2.3.0", | ||
"@types/node": "^20.14.11", | ||
"@typescript-eslint/parser": "^7.16.1", | ||
"@stylistic/eslint-plugin": "^2.6.2", | ||
"@types/node": "^22.2.0", | ||
"@typescript-eslint/parser": "^8.0.1", | ||
"changelogen": "^0.5.5", | ||
"cheerio": "1.0.0-rc.12", | ||
"eslint": "^9.7.0", | ||
"cheerio": "1.0.0", | ||
"eslint": "^9.9.0", | ||
"ofetch": "^1.3.4", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.5.3" | ||
"typescript": "^5.5.4" | ||
}, | ||
@@ -51,0 +51,0 @@ "scripts": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9198