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

angular-apollo

Package Overview
Dependencies
Maintainers
6
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 1.5.1 to 1.5.2

2

dist/schema.d.ts

@@ -60,2 +60,4 @@ export interface Type {

custom: boolean;
picto_id: number;
partner: boolean;
type: Type;

@@ -62,0 +64,0 @@ nb_items: number;

3

dist/token-management/auth-tokens-validator.test.js

@@ -69,3 +69,4 @@ "use strict";

stubResponse(mockBackend, expiredTokens, refreshTokenResponse);
authTokensValidator.validateTokens(expiredTokens.authToken, expiredTokens.refreshToken).subscribe(function (validatedTokens) {
authTokensValidator.validateTokens(expiredTokens.authToken, expiredTokens.refreshToken)
.subscribe(function (validatedTokens) {
testing_1.expect(validatedTokens).toEqual(new authorisation_tokens_1.AuthorisationTokens(refreshTokenResponse.body.access_token, refreshTokenResponse.body.refresh_token, true));

@@ -72,0 +73,0 @@ }, fail);

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

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

"typings": "typings",
"lint": "tslint app/**/*.ts",
"lint": "tslint src/**/*.ts",
"test": "npm run clean && npm run tsc && npm run lint && karma start",

@@ -18,0 +18,0 @@ "prepublish": "npm run tsc"

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