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

phonegap-app-star-track

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phonegap-app-star-track - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

www/img/logo.png

10

CHANGELOG.md
# Example app CHANGELOG:
## A few tweaks and updates
### my-app.js
1. Removed some `console.log` statements
### img/logo.png
1. Added an image to satisfy the SplashScreen's browser implementation
## Name Change

@@ -4,0 +14,0 @@

2

package.json
{
"name": "phonegap-app-star-track",
"version": "1.0.2",
"version": "1.0.3",
"description": "A PhoneGap example app using Framework7 and the Spotify API.",

@@ -5,0 +5,0 @@ "repository": {

@@ -95,3 +95,2 @@ // Code for platform detection

var favorites = JSON.parse(localStorage.getItem('favorites'));
console.log(favorites);
mainView.router.load({

@@ -243,2 +242,3 @@ template: myApp.templates.favorites,

setPlaybackControlsStatus('stopped');
break;
default:

@@ -254,4 +254,2 @@ // Default fall back not needed

var favorites = this.favorites.filter(function(fave) {
console.log(this.id);
console.log(fave.id);
return fave.id !== this.id;

@@ -258,0 +256,0 @@ }, this);

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