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.1 to 1.0.2

18

package.json
{
"name": "js-spotify-wrapper",
"version": "1.0.1",
"version": "1.0.2",
"description": "Uma aplicação para trabalhar com Spotify Web API.",
"main": "src/index.js",
"main": "lib/index.js",
"scripts": {
"clear": "rimraf lib",
"es5": "./node_modules/.bin/babel --out-dir lib src",
"es5": "./node_modules/.bin/babel --out-dir lib src",
"build:es5": "npm run clear && npm run es5",

@@ -17,4 +17,9 @@ "build:umd": "./node_modules/.bin/webpack --output-filename spotify-wrapper.umd.js",

"test:tdd": "./node_modules/.bin/mocha tests/**/*.spec.js --require babel-register --watch",
"nyc": "nyc npm test"
"nyc": "nyc npm test",
"coveralls": "npm run nyc && nyc report --reporter=text-lcov | coveralls"
},
"files": [
"dist",
"lib"
],
"nyc": {

@@ -45,5 +50,7 @@ "functions": 80,

"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"coveralls": "^3.0.0",
"eslint": "^4.14.0",

@@ -58,4 +65,5 @@ "eslint-config-airbnb-base": "^12.1.0",

"sinon-chai": "^2.14.0",
"sinon-stub-promise": "^4.0.0"
"sinon-stub-promise": "^4.0.0",
"webpack": "^3.10.0"
}
}
# Spotify Wrapper
[![Build Status](https://travis-ci.org/DarlanCaruso/spotify-wrapper.svg?branch=master)](https://travis-ci.org/DarlanCaruso/spotify-wrapper) [![Coverage Status](https://coveralls.io/repos/github/DarlanCaruso/spotify-wrapper/badge.svg?branch=master)](https://coveralls.io/github/DarlanCaruso/spotify-wrapper?branch=master)
A uma aplicação que utiliza a [Spotify Web API](https://developer.spotify.com/web-api/)

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