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

soundcloud.ts

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

soundcloud.ts - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

2

dist/entities/Util.js

@@ -65,2 +65,4 @@ "use strict";

};
if (songUrl.includes("m.soundcloud.com"))
songUrl = songUrl.replace("m.soundcloud.com", "soundcloud.com");
return [4 /*yield*/, axios_1["default"].get(songUrl, { headers: headers })

@@ -67,0 +69,0 @@ // const match = html.data.match(/(?<="transcodings":\[{"url":")(.*?)(?=")/)?.[0]

@@ -24,2 +24,3 @@ import axios from "axios"

}
if (songUrl.includes("m.soundcloud.com")) songUrl = songUrl.replace("m.soundcloud.com", "soundcloud.com")
const html = await axios.get(songUrl, {headers})

@@ -26,0 +27,0 @@ // const match = html.data.match(/(?<="transcodings":\[{"url":")(.*?)(?=")/)?.[0]

2

package.json
{
"name": "soundcloud.ts",
"version": "0.2.5",
"version": "0.2.6",
"description": "Wrapper for the Soundcloud API with typings",

@@ -5,0 +5,0 @@ "main": "dist/soundcloud.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