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

angular-apollo

Package Overview
Dependencies
Maintainers
4
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-apollo - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

8

dist/accounts.d.ts

@@ -12,6 +12,6 @@ import { ApiService } from './api/api';

login(details: LoginDetails): Observable<Account>;
spotlight(): Observable<{}>;
lists(): Observable<{}>;
listById(id: number): Observable<{}>;
radios(): Observable<{}>;
spotlight(): Observable<any>;
lists(): Observable<any>;
listById(id: number): Observable<any>;
radios(): Observable<any>;
}

@@ -20,3 +20,3 @@ import { Http, RequestOptionsArgs } from '@angular/http';

authorisedPost(path: string, data: Object, options?: RequestOptionsArgs): Observable<{}>;
authorisedFetch(path: string, options?: RequestOptionsArgs): Observable<{}>;
authorisedFetch(path: string, options?: RequestOptionsArgs): Observable<any>;
fetch(path: string, options?: RequestOptionsArgs): Observable<any>;

@@ -23,0 +23,0 @@ post(path: string, data: any, options?: RequestOptionsArgs): Observable<any>;

{
"name": "angular-apollo",
"description": "An API client for the 7digital Apollo platform built for Angular 2 projects.",
"version": "0.3.0",
"version": "0.3.1",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "repository": "https://github.com/7digital/angular-apollo.git",

Sorry, the diff of this file is not supported yet

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