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

angular2-spotify-client

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-spotify-client - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

2

package.json
{
"name": "angular2-spotify-client",
"version": "0.1.7",
"version": "0.1.8",
"description": "A client for accessing spotify graph-api with angular2.",

@@ -5,0 +5,0 @@ "main": "dist/angular2-spotify-client.js",

// import SpotifyService from "./spotify.service";
export { default as SpotifyService} from "./spotify.service";
export { SpotifyService } from "./spotify.service";
import { Injectable } from "@angular/core";
@Injectable()
export default class SpotifyService {
export class SpotifyService {
public test = "foo"
}
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