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

@atombender/hydrant-api

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atombender/hydrant-api - npm Package Compare versions

Comparing version 0.0.29 to 0.0.31

24

dist/results.js

@@ -17,26 +17,2 @@ 'use strict';

// A table row is a map of dimensions to raw values (eg., strings,
// epoch integers, etc.).
var TableRow = (function () {
function TableRow() {
var values = arguments[0] === undefined ? null : arguments[0];
_classCallCheck(this, TableRow);
this.values = values ? _immutable2['default'].Map(values) : _immutable2['default'].Map();
}
_createClass(TableRow, [{
key: 'toString',
value: function toString() {
return 'TableRow values={this.values.toString()}';
}
}]);
return TableRow;
})();
exports.TableRow = TableRow;
// A table result set is a very basic set of result rows (pairs of dimensions and

@@ -43,0 +19,0 @@ // raw values) that is the raw output of a search.

2

package.json
{
"name": "@atombender/hydrant-api",
"version": "0.0.29",
"version": "0.0.31",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

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