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

16

CHANGELOG.md

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

<a name="1.34.0"></a>
# [1.34.0](https://github.com/bodidatainc/bodidata/compare/v1.33.0...v1.34.0) (2018-06-22)
### Bug Fixes
* incorrect type definition ([960d807](https://github.com/bodidatainc/bodidata/commit/960d807))
### Features
* support shapes ([775a562](https://github.com/bodidatainc/bodidata/commit/775a562))
<a name="1.32.0"></a>

@@ -8,0 +24,0 @@ # [1.32.0](https://github.com/bodidatainc/bodidata/compare/v1.31.3...v1.32.0) (2018-05-25)

2

package.json
{
"name": "@bodidata/events",
"version": "1.32.0",
"version": "1.34.0",
"description": "strongly typed events dictionary",

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

@@ -115,2 +115,4 @@ 'use strict';

const Events$Account$ScanCreated = exports.Events$Account$ScanCreated = _flowRuntime2.default.type('Events$Account$ScanCreated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:SCAN_CREATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, Timestamps, _flowRuntime2.default.ref(NumericMeasurement), _flowRuntime2.default.object(_flowRuntime2.default.property('profile_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('scan_archive_url', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('licensee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('client_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_employee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number()), _flowRuntime2.default.property('speedsuit_profile_id', _flowRuntime2.default.number()), _flowRuntime2.default.property('speedsuit_scan_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));
const Shapes = _flowRuntime2.default.type('Shapes', _flowRuntime2.default.object(_flowRuntime2.default.property('hip_shape', _flowRuntime2.default.union(_flowRuntime2.default.string('LOW'), _flowRuntime2.default.string('MID'), _flowRuntime2.default.string('HIGH')), true), _flowRuntime2.default.property('belly_shape', _flowRuntime2.default.union(_flowRuntime2.default.string('SLIGHT'), _flowRuntime2.default.string('FLAT'), _flowRuntime2.default.string('BELLY')), true), _flowRuntime2.default.property('waist_shape', _flowRuntime2.default.union(_flowRuntime2.default.string('CURVY'), _flowRuntime2.default.string('AVERAGE'), _flowRuntime2.default.string('STRAIGHT')), true)));
const Events$Account$ScanCreated = exports.Events$Account$ScanCreated = _flowRuntime2.default.type('Events$Account$ScanCreated', _flowRuntime2.default.exactObject(_flowRuntime2.default.property('id', _flowRuntime2.default.number()), _flowRuntime2.default.property('type', _flowRuntime2.default.string('ACCOUNT:SCAN_CREATED')), _flowRuntime2.default.property('payload', _flowRuntime2.default.intersection(SimpleStringID, Updaters, Timestamps, _flowRuntime2.default.ref(NumericMeasurement), Shapes, _flowRuntime2.default.object(_flowRuntime2.default.property('profile_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('scan_archive_url', _flowRuntime2.default.string(), true), _flowRuntime2.default.property('licensee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('client_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_employee_id', _flowRuntime2.default.string()), _flowRuntime2.default.property('speedsuit_company_id', _flowRuntime2.default.number()), _flowRuntime2.default.property('speedsuit_profile_id', _flowRuntime2.default.number()), _flowRuntime2.default.property('speedsuit_scan_id', _flowRuntime2.default.number())))), _flowRuntime2.default.property('meta', DefaultMeta)));

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