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

js-spotify-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-spotify-wrapper - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"name": "js-spotify-wrapper",
"version": "1.0.0",
"version": "1.0.1",
"description": "Uma aplicação para trabalhar com Spotify Web API.",

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

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

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

@@ -30,6 +30,6 @@

// para importar um método especifico
import { method } from 'spotify-wrapper';
import { method } from 'js-spotify-wrapper';
// para importar tudo
import * as spotifyWrapper from 'spotify-wrapper';
import * as spotifyWrapper from 'js-spotify-wrapper';
```

@@ -36,0 +36,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