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

snapsave-media-downloader

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

snapsave-media-downloader - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

4

dist/index.js

@@ -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": {

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