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

@bodidata/events

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bodidata/events - npm Package Compare versions

Comparing version 1.17.1 to 1.19.0

BrandIngestionProduct.js

14

CHANGELOG.md

@@ -6,2 +6,16 @@ # Change Log

<a name="1.19.0"></a>
# [1.19.0](https://github.com/bodidatainc/bodidata/compare/v1.18.0...v1.19.0) (2018-01-11)
### Features
* add dimensions to product ([4022df5](https://github.com/bodidatainc/bodidata/commit/4022df5))
* declare Events ([f4c207d](https://github.com/bodidatainc/bodidata/commit/f4c207d))
* implement Events$BIProduct$Registered ([4cf1292](https://github.com/bodidatainc/bodidata/commit/4cf1292))
* implement mutation addNewMeasurementGradesToDimension ([20bb28d](https://github.com/bodidatainc/bodidata/commit/20bb28d))
<a name="1.17.1"></a>

@@ -8,0 +22,0 @@ ## [1.17.1](https://github.com/bodidatainc/bodidata/compare/v1.16.1-test-publish...v1.17.1) (2017-12-06)

4

Measurements.js

@@ -6,3 +6,3 @@ 'use strict';

});
exports.Measurements = undefined;
exports.Measurements = exports.MeasurementAttribute = undefined;

@@ -15,2 +15,4 @@ var _flowRuntime = require('flow-runtime');

const MeasurementAttribute = exports.MeasurementAttribute = _flowRuntime2.default.type('MeasurementAttribute', _flowRuntime2.default.union(_flowRuntime2.default.string('weight'), _flowRuntime2.default.string('height'), _flowRuntime2.default.string('inseam'), _flowRuntime2.default.string('seat_circumference'), _flowRuntime2.default.string('bust_chest_circumference'), _flowRuntime2.default.string('pant_waist_circumference'), _flowRuntime2.default.string('waist_circumference')));
const NumericMeasurement = _flowRuntime2.default.type('NumericMeasurement', _flowRuntime2.default.object(_flowRuntime2.default.property('weight', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('height', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('inseam', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('seat_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('bust_chest_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('pant_waist_circumference', _flowRuntime2.default.number(), true), _flowRuntime2.default.property('waist_circumference', _flowRuntime2.default.number(), true)));

@@ -17,0 +19,0 @@

{
"name": "@bodidata/events",
"version": "1.17.1",
"version": "1.19.0",
"description": "strongly typed events dictionary",

@@ -5,0 +5,0 @@ "files": [

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