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

4chan-list-webm

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

4chan-list-webm - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

lib/index.js

@@ -9,3 +9,3 @@ const axios = require('axios')

const getWebmUrl = tim => `http://i.4cdn.org/wsg/${tim}.webm`
const getWebmUrl = tim => `http://i.4cdn.org/${board}/${tim}.webm`
const isWebm = x => x.ext === '.webm'

@@ -12,0 +12,0 @@ const reducer = (acc, cur) => acc.concat([{filename: cur.filename, url: getWebmUrl(cur.tim)}])

{
"name": "4chan-list-webm",
"version": "2.0.0",
"version": "2.0.1",
"description": "List all webms within a 4chan thread",

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

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