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

@c-shell/spotify-api-hook

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@c-shell/spotify-api-hook - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

3

cjs/index.js

@@ -160,5 +160,2 @@ "use strict";

}).then(function (data) {
console.log({
data: data
});
if (data.error) return Promise.reject(data.error);

@@ -165,0 +162,0 @@ return data;

@@ -135,5 +135,2 @@ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }

}).then(function (data) {
console.log({
data: data
});
if (data.error) return Promise.reject(data.error);

@@ -140,0 +137,0 @@ return data;

2

package.json
{
"name": "@c-shell/spotify-api-hook",
"version": "1.3.0",
"version": "1.4.0",
"description": "A hook for easily setup and use of the spotify API",

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