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

bluewhale

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bluewhale - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

dist/js/dockerboard-app-4eab28f1.js

2

package.json
{
"name": "bluewhale",
"version": "0.6.0",
"version": "0.6.1",
"description": "Dockerboard Web Client",

@@ -5,0 +5,0 @@ "main": "dist/index.html",

@@ -13,2 +13,4 @@

![Dockerboard Hub Screenshot](https://raw.githubusercontent.com/dockerboard/bluewhale/master/screenshots/hub_version_ping.gif)
![Dockerboard Hosts Screenshot](https://raw.githubusercontent.com/dockerboard/bluewhale/master/screenshots/hosts.gif)

@@ -15,0 +17,0 @@

@@ -31,3 +31,3 @@ (function () {

$scope.queryParams = angular.copy(Containers.queryParams);
$scope.queryParams = Containers.queryParams;
$scope.queryParams.host = Hosts.getCurrentHostUrl()

@@ -34,0 +34,0 @@

@@ -32,3 +32,3 @@ (function () {

$scope.queryParams = angular.copy(Images.queryParams);
$scope.queryParams = Images.queryParams;
$scope.queryParams.host = Hosts.getCurrentHostUrl();

@@ -35,0 +35,0 @@

Sorry, the diff of this file is not supported yet

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