Socket
Socket
Sign inDemoInstall

@fleetbase/fleetops-data

Package Overview
Dependencies
367
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

addon/models/driver.js

@@ -49,3 +49,3 @@ import Model, { attr, belongsTo, hasMany } from '@ember-data/model';

@attr('point') location;
@attr('string') heading;
@attr('number') heading;
@attr('string') country;

@@ -52,0 +52,0 @@ @attr('string') city;

@@ -15,2 +15,3 @@ import Model, { attr, belongsTo } from '@ember-data/model';

@attr('string') driver_uuid;
@attr('string') vendor_uuid;

@@ -27,6 +28,3 @@ /** @relationships */

@attr('string') driver_name;
@attr('string') driver_id;
@attr('string') driver_uuid;
@attr('string') vendor_name;
@attr('string') vendor_id;
@attr('string') display_name;

@@ -37,2 +35,3 @@ @attr('string', {

avatar_url;
@attr('point') location;
@attr('string') make;

@@ -45,33 +44,6 @@ @attr('string') model;

@attr('string') vin;
@attr('string') vin_data;
@attr('string') model_0_to_100_kph;
@attr('string') model_body;
@attr('string') model_co2;
@attr('string') model_doors;
@attr('string') model_drive;
@attr('string') model_engine_bore_mm;
@attr('string') model_engine_cc;
@attr('string') model_engine_compression;
@attr('string') model_engine_cyl;
@attr('string') model_engine_fuel;
@attr('string') model_engine_position;
@attr('string') model_engine_power_ps;
@attr('string') model_engine_power_rpm;
@attr('string') model_engine_stroke_mm;
@attr('string') model_engine_torque_nm;
@attr('string') model_engine_torque_rpm;
@attr('string') model_engine_valves_per_cyl;
@attr('string') model_fuel_cap_l;
@attr('string') model_length_mm;
@attr('string') model_lkm_city;
@attr('string') model_lkm_hwy;
@attr('string') model_lkm_mixed;
@attr('string') model_make_display;
@attr('string') model_seats;
@attr('string') model_sold_in_us;
@attr('string') model_top_speed_kph;
@attr('string') model_transmission_type;
@attr('string') model_weight_kg;
@attr('string') model_wheelbase_mm;
@attr('string') model_width_mm;
@attr('raw') vin_data;
@attr('raw') model;
@attr('raw') telematics;
@attr('raw') meta;
@attr('string') status;

@@ -78,0 +50,0 @@ @attr('string') slug;

{
"name": "@fleetbase/fleetops-data",
"version": "0.0.6",
"version": "0.0.7",
"description": "Fleetbase Fleet-Ops based models, serializers, transforms, adapters and GeoJson utility functions.",

@@ -32,3 +32,5 @@ "keywords": [

"test:ember": "ember test",
"test:ember-compatibility": "ember try:each"
"test:ember-compatibility": "ember try:each",
"publish:npm": "npm config set registry https://registry.npmjs.org/ && npm publish",
"publish:github": "npm config set '@fleetbase:registry' https://npm.pkg.github.com/ && npm publish"
},

@@ -35,0 +37,0 @@ "dependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc