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

cauequeiroz-spotify-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cauequeiroz-spotify-wrapper - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

package.json
{
"name": "cauequeiroz-spotify-wrapper",
"version": "3.0.1",
"version": "3.0.2",
"description": "A wrapper to work with Spotify Web API.",

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

@@ -22,3 +22,3 @@ # Spotify Wrapper

```sh
$ npm install spotify-wrapper --save
$ npm install cauequeiroz-spotify-wrapper --save
```

@@ -32,6 +32,6 @@

// to import a specific method
import { method } from 'spotify-wrapper';
import { method } from 'cauequeiroz-spotify-wrapper';
// to import everything
import * as spotifyWrapper from 'spotify-wrapper';
import * as spotifyWrapper from 'cauequeiroz-spotify-wrapper';
```

@@ -42,3 +42,3 @@

```js
var spotifyWrapper = require('spotify-wrapper');
var spotifyWrapper = require('cauequeiroz-spotify-wrapper');
```

@@ -45,0 +45,0 @@

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