New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.23 to 0.0.24

2

dist/dimensions.js

@@ -174,2 +174,3 @@ 'use strict';

this.aggregationFunctionName = null;
this.indexValueHashes = false;
}

@@ -265,2 +266,3 @@

copy['default'] = this['default'];
copy.indexValueHashes = this.indexValueHashes;
return copy;

@@ -267,0 +269,0 @@ }

@@ -458,5 +458,16 @@ 'use strict';

description: eventType.description,
dimensions: eventType.dimensions
dimensions: eventType.dimensions.map(serializeDimension)
};
}
function serializeDimension(dimension) {
return {
id: dimension.id,
description: dimension.description,
group: dimension.group,
aggregationFunctionName: dimension.aggregationFunctionName,
'default': dimension['default'],
indexValueHashes: dimension.indexValueHashes
};
}
}

@@ -487,4 +498,5 @@

dimension['default'] = raw['default'];
dimension.indexValueHashes = raw.indexValueHashes;
return dimension;
}
}

2

package.json
{
"name": "@atombender/hydrant-api",
"version": "0.0.23",
"version": "0.0.24",
"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