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

@spinnaker/appengine

Package Overview
Dependencies
Maintainers
10
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spinnaker/appengine - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

5

lib/serverGroup/transformer.d.ts

@@ -0,1 +1,3 @@

/// <reference types="angular" />
/// <reference types="./types" />
import { IArtifact, IArtifactAccountPair, IServerGroup } from '@spinnaker/core';

@@ -39,4 +41,5 @@ import { GitCredentialType, IAppengineGitTrigger, IAppengineJenkinsTrigger } from 'appengine/domain/index';

export declare class AppengineServerGroupTransformer {
private $q;
static $inject: string[];
private $q;
constructor($q: ng.IQService);
normalizeServerGroup(serverGroup: IServerGroup): PromiseLike<IServerGroup>;

@@ -43,0 +46,0 @@ convertServerGroupCommandToDeployConfiguration(command: IAppengineServerGroupCommand): AppengineDeployDescription;

2

package.json
{
"name": "@spinnaker/appengine",
"license": "Apache-2.0",
"version": "0.0.32",
"version": "0.0.33",
"main": "lib/lib.js",

@@ -6,0 +6,0 @@ "typings": "lib/index.d.ts",

@@ -76,3 +76,3 @@ import { module } from 'angular';

public static $inject = ['$q'];
private $q: ng.IQService;
constructor(private $q: ng.IQService) {}

@@ -79,0 +79,0 @@ public normalizeServerGroup(serverGroup: IServerGroup): PromiseLike<IServerGroup> {

@@ -5,3 +5,3 @@ import { AppengineServerGroupTransformer } from './transformer';

it('converts the command into an AppengineDeployDescription object', () => {
const transformer = new AppengineServerGroupTransformer();
const transformer = new AppengineServerGroupTransformer(null);
const command: any = {

@@ -8,0 +8,0 @@ expectedArtifact: {

Sorry, the diff of this file is too big to display

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