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.2.0 to 0.2.1

1

dist/api/api.js

@@ -44,3 +44,2 @@ "use strict";

var tokens = this.apiTokenStore.get();
console.log(tokens);
if (!tokens) {

@@ -47,0 +46,0 @@ this.apiTokenStore.events.error(new ApiAuthorisationError({

5

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

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

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

@@ -19,0 +20,0 @@ "typings": "dist/index",

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