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

mixcloud-fetch

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixcloud-fetch - npm Package Compare versions

Comparing version

to
0.1.1

2

lib/graphql/index.js
const {parse} = require('./parser');
const utils = require('../utils');
const GRAPHQL_URL = 'https://www.mixcloud.com/graphql';
const GRAPHQL_URL = 'https://app.mixcloud.com/graphql';

@@ -6,0 +6,0 @@ function getQuery(resource, queryName) {

{
"name": "mixcloud-fetch",
"version": "0.1.0-a",
"version": "0.1.1",
"description": "JS library for fetching Mixcloud resources",

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

@@ -218,4 +218,9 @@ # mixcloud-fetch

# Changelog
0.1.1:
- Fix fetch errors due to Mixcloud changing their GraphQL URL.
# License
MIT